News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Question about support CDB by plugin Debugger version 0.3

Started by valerian, November 21, 2007, 01:48:00 PM

Previous topic - Next topic

valerian

My configuration as following:

1. IDE Code::Blocks SVN 4596 (including plugin Debugger version 0.3 with description "Plugin that interface the GNU GDB and MS CDB debuggers.").

2. Compiler Digital Mars C++ version 8.50

3. Debugging Tools for windows (including cdb.exe version 6.8.4.0)

I finished cdb debugger configuration by adding "Additional Path" in Toolchain executables.

I start debug my project...

Building to ensure sources are up-to-date
Build succeeded
Selecting target: Debug
Adding source dir: D:\WinDbg\Tools
Adding source dir: D:\CB\projekty\MyApp\
Adding source dir: D:\CB\projekty\MyApp\
Changing directory to: D:/CB/projekty/MyApp
Adding file: D:\CB\projekty\MyApp\bin\Debug\MyApp.exe
Starting debugger: done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger finished with status 1


Debuger start but at once finishes

I show command line parameters by sended plugin Debugger to cdb.exe:

D:\WinDbg\Tools\cdb.exe -nx -fullname -quiet -args D:/CB/projekty/MyApp/bin/Debug/MyApp.exe

CDB not supported this parameters: -nx -fullname -quiet -args

On site Digital Mars is this description:

http://www.digitalmars.com/faq.html#debugger

Alternatively, you can use any debugger that works with the Microsoft CodeView format or linker .MAP format.
...Microsoft debuggers...


My question is:

Support plugin Debugger included in Code::Blocks CDB debugger with Digital Mars compiler or only with Microsoft C++ compiler ???