February 07, 2007
Apart from the Symantec and Old Windbg programs, I found that the Open Watcom Debugger can also be used to debug the exes (with codeview debug format) generated by DMC and DMD. For properly debugging the code, add your Source Path in the OW Debugger before opening the exe. Hope this will be useful to everyone who is struggling to get hold of a proper debugger for D.

Guru Kathiresan
http://wxdsgn.sf.net


February 08, 2007
On Wed, 07 Feb 2007 14:31:14 -0800, Guru Kathiresan wrote:

> Apart from the Symantec and Old Windbg programs, I found that the Open Watcom Debugger can also be used to debug the exes (with codeview debug format) generated by DMC and DMD. For properly debugging the code, add your Source Path in the OW Debugger before opening the exe. Hope this will be useful to everyone who is struggling to get hold of a proper debugger for D.
> 
> Guru Kathiresan
> http://wxdsgn.sf.net


Nice to know!  Thanks!  I've followed the OpenWatcom project for awhile, but that's one thing that I never thought to try.

-JJR