On Mon, 14 Mar 2011 12:27:45 +0300, Trass3r <[email protected]> wrote:

%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.

I'd like to note that you need to compile with DMC using the makefiles provided, then cv2pdb -C and debug with Visual Studio.

Reply via email to