How do you debug DMD?

Trass3r un at known.com
Mon Mar 14 02:27:45 PDT 2011


%u Wrote:
> What tools (aka debuggers) do you guys use to debug DMD?

Debugging dmd with Visual Studio works flawlessly for me.
I just cv2pdb -C it, open devenv bla\dmd.exe, set the working directory to the D code I want to compile and then open the dmd source code to set breakpoints.


More information about the Digitalmars-d mailing list