User forums > Using Code::Blocks
WinDbg
takeshimiya:
WinDbg or any Microsoft/Symantec debugger...
Specifically it works with:
Microsoft free debuggers: WinDbg, Codeview, symdeb, and VC++ debugger
Others: Symantec, Zortech, Rational Systems, Multiscope.
General instructions for WinGdb.
mandrav:
--- Quote from: Takeshi Miya on December 09, 2005, 02:02:36 pm ---WinDbg or any Microsoft/Symantec debugger...
--- End quote ---
So this means cdb too?
takeshimiya:
I think so, because DMars uses the MS Codeview format. It is stated that it should work on any MS debugger.
dmc.exe
-g4 Generate Codeview 4 format debug info. This is the default.
etko:
So if i got it right it is possible to debug vc toolkit generated programs? Which version of c::b I must use to debug vctk2003 with windbg?
mandrav:
--- Quote from: etko on December 09, 2005, 05:31:12 pm ---So if i got it right it is possible to debug vc toolkit generated programs? Which version of c::b I must use to debug vctk2003 with windbg?
--- End quote ---
These updates are in SVN HEAD.
And you don't need WinDbg but CDB, which is also a part of "Microsoft Debugging Tools for Windows".
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version