D - how do I debug D programs
- Chris Lajoie (4/4) Mar 13 2004 I was told in an earlier post that I can debug a D program in visual stu...
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
Mar 13 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
Mar 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 offWhich version of VS did you use?
Mar 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 offWhich version of VS did you use?
Mar 14 2004