Feature #1737 2006-02-11 16:27

jayatk

Launch non-integrated debugger

Hi,

It would very nice if you could redefine the Debug command and the command line arguments for the debugger. The same way you can redefine the build commands. Maybe an option to turn off the debugger integration with the project.

Right now, It keeps passing extra command line arguments that I cannot figure out.

Not all compilers use GdB.

Category
Interface
Status
Closed
Close date
2006-02-12 08:51
Assigned to
 
mandrav 2006-02-12 08:51

Debugging is a built-in function of C::B. It works only with the supported debuggers which are GDB and CDB/NTSD.

If you don't want to use the integrated debugger, loosing all of its features, then create a custom tool (Tools->Configure tools) and launch your debugger from there.

> Not all compilers use GdB.

As said, integrated debugging works only with GDB and CDB/NTSD.