The module
This module also provides facilities for displaying status information about interpreted processes and break points.
It is possible to attach to interpreted processes by giving the corresponding process identity only. By default, an attachment window pops up. Processes at other Erlang nodes can be attached manually or automatically.
By preference, these functions can be included in the module
Starts a new graphical monitor. This is the Monitor window, the main window of the Debugger. All of the Debugger and interpreter functionality is accessed from the Monitor window. The Monitor window displays the status of all processes that have been/are executing interpreted modules.
Interprets the specified module(s).
Stops interpreting the specified module.
Makes a printout of all interpreted modules. Modules are printed together with the full path name of the corresponding source code file.
Makes a printout of the current status of all interpreted processes.
Clears information about processes executing interpreted code byt removing all information about terminated processes.
Sets when and how to automatically attach to a debugged
process, see
Sets how to save call frames in the stack, see
Attaches to the debugged process
Same as
Attaches to the debugged process
Same as
Creates a breakpoint at
Creates breakpoints at the first line of every clause of
the
Deletes all breakpoints.
Deletes all breakpoints in
Deletes the breakpoint located at
Deletes the breakpoints at the first line of every clause of
the
Makes the breakpoint at
Makes the breakpoint at
Sets the trigger action of the breakpoint at
Sets the conditional test of the breakpoint at
The conditional test is performed by calling
Makes a printout of all existing breakpoints.
Makes a printout of all existing breakpoints in
Returns the current version number of the interpreter. The same as the version number of the Debugger application.
Prints help text.
Refer to the Debugger User's Guide for information about the Debugger.