www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - interesting debugger find - OpenWatcom

reply "Guru Kathiresan" <gururamnath -----yahoo-------.com> writes:
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 
Feb 07 2007
parent John Reimer <terminal.node gmail.com> writes:
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
Feb 07 2007