table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0~rc1+dfsg-1
debugger(3erl) | Erlang Module Definition | debugger(3erl) |
NAME¶
debugger - Erlang DebuggerDESCRIPTION¶
Erlang Debugger for debugging and testing of Erlang programs.EXPORTS¶
start()
Types:
Mode = local | global
File = string()
Starts Debugger.
If given a file name as argument, Debugger will try to load its settings from
this file. Refer to Debugger User's Guide for more information about settings.
If given local as argument, Debugger will interpret code only at the
current node. If given global as argument, Debugger will interpret code
at all known nodes, this is the default.
quick(Module, Name, Args)
Types:
Module = Name = atom()
Args = [term()]
This function can be used to debug a single process. The module Module is
interpreted and apply(Module,Name,Args) is called. This will open an
Attach Process window, refer to Debugger User's Guide for more
information.
debugger 4.0.1 | Ericsson AB |