"Rainer Schuetze" <r.sagita...@gmx.de> wrote in message 
news:jb95tu$2rbp$1...@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.


Reply via email to