How do you debug DMD?
Denis Koroskin
2korden at gmail.com
Mon Mar 14 03:14:13 PDT 2011
On Mon, 14 Mar 2011 12:27:45 +0300, Trass3r <un at known.com> 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.
More information about the Digitalmars-d
mailing list