10 The Listener
Note: The menu is only available when the debugger has been invoked by some activity within the listener.
The Abort and Continue options on the Debug menu invoke the abort and continue restarts, respectively. Selecting them is equivalent to typing the :a
and :c
debugger commands respectively.
The Backtrace option produces a backtrace equivalent to the :b
backtrace. The Bindings option displays function name and argument information for call frames. Selecting it is equivalent to typing the :v
debugger command.
The Next and Previous options move to the next frame down the stack or to the next frame up the stack, respectively. Selecting them is equivalent to typing the :n
and :p
debugger commands respectively.
Generated with Harlequin WebMaker