Author Topic: Debugger Problem  (Read 4888 times)

Offline jayatk

  • Multiple posting newcomer
  • *
  • Posts: 40
Debugger Problem
« on: February 01, 2006, 08:46:12 pm »
I'm having trouble executing an external debugger from C::B.  I've setup the debugger executable inside my compiler program settings.  When I press debug, it tries to start, but aborts on an invalid command line.   Unfortunately, I do not know what the command line looked like to understand the error.  The Debugger message window doesn't show the command line.

This may be a feature request, is there a way to add a new command line macro for setting up a user defined debugger command line?

something like...
$debug $target
or
$debug $params $target