Author Topic: Question about support CDB by plugin Debugger version 0.3  (Read 4485 times)

valerian

  • Guest
Question about support CDB by plugin Debugger version 0.3
« on: November 27, 2007, 06:31:43 pm »
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...


Code
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:


Code
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:

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