Thread overview
how do I debug D programs
Mar 14, 2004
Chris Lajoie
Mar 14, 2004
imr1984
Mar 14, 2004
Mark T
Mar 14, 2004
imr1984
March 14, 2004
I was told in an earlier post that I can debug a D program in visual studio. I don't see how, unless I want to debug it in assembly.  Can someone please explain it to me?  Thanks!

Chris


March 14, 2004
just add the .exe you made with dmd to a blank visual studio solution, and then add all your .d source files too - oh and make sure you have debug info on and trace hooks off

In article <c309ro$1bgb$1@digitaldaemon.com>, Chris Lajoie says...
>
>I was told in an earlier post that I can debug a D program in visual studio. I don't see how, unless I want to debug it in assembly.  Can someone please explain it to me?  Thanks!
>
>Chris
>
>


March 14, 2004
In article <c318ta$2tsk$1@digitaldaemon.com>, imr1984 says...
>
>just add the .exe you made with dmd to a blank visual studio solution, and then add all your .d source files too - oh and make sure you have debug info on and trace hooks off

Which version of VS did you use?



March 14, 2004
i use .NET 2003 and 2002 - works for both of em. Im not sure but you might have to add the exe as a project if thats not working

In article <c31mja$gn4$1@digitaldaemon.com>, Mark T says...
>
>In article <c318ta$2tsk$1@digitaldaemon.com>, imr1984 says...
>>
>>just add the .exe you made with dmd to a blank visual studio solution, and then add all your .d source files too - oh and make sure you have debug info on and trace hooks off
>
>Which version of VS did you use?
>
>
>