Running DMD in GUI Debugger: Getting Started?

Nick Sabalausky a at a.a
Thu Dec 1 22:01:49 PST 2011


"Rainer Schuetze" <r.sagitario at gmx.de> wrote in message 
news:jb95tu$2rbp$1 at digitalmars.com...
> You can use cv2pdb with option -C on the dmc-compiled dmd to generate a 
> pdb file and then use the Visual Studio debugger.
>
> I use a VS makefile project for dmd. It allows you to start dmd in the 
> debugger. If you add all the sources to the project, you also get 
> intellisense on the source this way.
>
> I recently created a pull request for dmd that actually compiles with VS 
> and gives you an even better debugging experience: 
> https://github.com/D-Programming-Language/dmd/pull/516
>

Ahh, great. I grabbed your vsbuild branch and it's working very nicely.




More information about the Digitalmars-d-debugger mailing list