Started implementing the debugger.

This commit is contained in:
2017-01-31 19:42:04 +01:00
parent 3eba81d2bd
commit e47cb247eb
13 changed files with 7188 additions and 118 deletions

View File

@@ -79,6 +79,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="debug.cpp" />
<ClCompile Include="error.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="parser.cpp" />
@@ -89,6 +90,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="constants.h" />
<ClInclude Include="debug.h" />
<ClInclude Include="error.h" />
<ClInclude Include="font.h" />
<ClInclude Include="parser.h" />