Previous: Debugger-inferior process properties, Up: Debugger [Index]
Terminate the controlling process and continue execution of the traced process.
Run to the next return.
Run up until aContext returns.
Run to the end of the current line in the inferior process, skipping over message sends.
Run in single-step mode up to the next return.
Run in single-step mode until aContext returns.
Run to the end of the current line in the inferior process or to the next message send.
Run a single bytecode in the inferior process.
Suspend the inferior process and raise a DebuggerReentered notification in the controlling process.
Suspend the inferior process and raise a DebuggerReentered notification in the controlling process with anObject as the exception’s message.