Hi,
I'm developing a user interface for ZeroBUGS for Descent (
http://dsource.org/projects/descent ). I'm already supporting gdb and
ddbg. With all of them what I do is the following:
1. run the debugger, telling it which program I'll be debugging
2. set the breakpoints the user indicated
3. run the debugged program (the debugee)
With zero I'm not able to do this because point 1 runs point 3
immediately. Is there any command line argument I can pass to zero to
tell it not to execute the debugee on startup?
I'm also looking for a command line argument to not stop on main,
because you don't always want to do that.
Thanks in advance,
Ary