GDB support, can start debugging

This commit is contained in:
Vadim Lopatin 2015-12-11 16:05:42 +03:00
parent 30757f1440
commit 3a4d49c293
10 changed files with 641 additions and 116 deletions

View file

@ -113,6 +113,7 @@
<Compile Include="src\dlangide\workspace\workspacesettings.d" />
<Compile Include="src\dlangide\ui\commands.d" />
<Compile Include="src\dlangide\ui\dsourceedit.d" />
<Compile Include="src\dlangide\ui\debuggerui.d" />
<Compile Include="src\dlangide\ui\frame.d" />
<Compile Include="src\dlangide\ui\homescreen.d" />
<Compile Include="src\dlangide\ui\newfile.d" />