debugger
Module
debugger
Module Summary
Erlang Debugger.
Description
Erlang Debugger for debugging and testing of Erlang programs.
Exports
start()
start(File)
start(Mode)
start(Mode, File)
Types
Starts Debugger.
If a filename is specified as argument, Debugger tries to load its settings from this file. For details about settings, see the User's Guide.
If local
is specified as argument, Debugger interprets code only at the current node. If global
is specified as argument, Debugger interprets code at all known nodes, this is the default.
quick(Module, Name, Args)
Types
Debugs a single process. The module Module
is interpreted and apply(Module,Name,Args)
is called. This opens an Attach Process window. For details, see the User's Guide.
© 2010–2017 Ericsson AB
Licensed under the Apache License, Version 2.0.