digitalmars.D - interesting debugger find - OpenWatcom
- Guru Kathiresan (7/7) Feb 07 2007 Apart from the Symantec and Old Windbg programs, I found that the Open
- John Reimer (4/12) Feb 07 2007 Nice to know! Thanks! I've followed the OpenWatcom project for awhile,
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
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.netNice 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