|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D - interesting debugger find - OpenWatcom
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.net Feb 07 2007
|