May 26, 2007
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
June 04, 2007
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 :)
>