www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.debugger - minor ddbg feature request

reply "Vladimir Panteleev" <thecybershadow gmail.com> writes:
Please add a command-line argument to ddbg to automatically run the debuggee on
start (e.g. ddbg.exe -r debuggee.exe args). This will allow running programs
under the debugger in batches, and still being able to debug them in case
something goes wrong (for example, in stress tests).

Also, command-line parameter versions of commands like "nc" or even "bp" are
welcome :)

-- 
Best regards,
  Vladimir                          mailto:thecybershadow gmail.com
May 25 2007
parent Jascha Wetzel <firstname mainia.de> writes:
i like comprehensive solutions, therefore i'd rather add a single CL 
option that allows you to give a list of commands that will be run at 
startup. something like
ddbg -c "nc; bp buggyPlace.d:123; r" myDebuggee

the next release will have it.

Vladimir Panteleev wrote:
 Please add a command-line argument to ddbg to automatically run the debuggee
on start (e.g. ddbg.exe -r debuggee.exe args). This will allow running programs
under the debugger in batches, and still being able to debug them in case
something goes wrong (for example, in stress tests).
 
 Also, command-line parameter versions of commands like "nc" or even "bp" are
welcome :)
 
Jun 04 2007