Thread overview | ||||||
---|---|---|---|---|---|---|
|
March 14, 2004 how do I debug D programs | ||||
---|---|---|---|---|
| ||||
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 Re: how do I debug D programs | ||||
---|---|---|---|---|
| ||||
Posted in reply to Chris Lajoie | 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 Re: how do I debug D programs | ||||
---|---|---|---|---|
| ||||
Posted in reply to imr1984 | 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 Re: how do I debug D programs | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mark T | 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? > > > |
Copyright © 1999-2021 by the D Language Foundation