edbg - A tty based interface to the Erlang debugger/tracer and supervisors.
NEW STUFF:
By invoking the Supervisor Browser from the Erlang shell, you can quickly get an overview of your system by listing the running supervisors and digging out various info from them as well as initiate tracing.
OLD STUFF:
A tty based interface to the Erlang trace functionality.
A tty based interface to the Erlang debugger.
set <Var> <Line> <ArgN> - Bind a variable Var to the specified argument value.
let <Var> <Exprs> - Bind a variable Var to the result of evaluating the expression Exprs.
eval <Exprs> - Evaluate the expression Exprs.
xall <Mod> - Re-compile and load the module Mod with the export-all flag set.
xnall <Mod> - Delete the current module Mod and re-load it from the code path.