Module user_default
to do all the work!Version: $Revision$ $Date$
Authors: Serge Aleynikov (saleyn@gmail.com).
Description
This is an extension of the shell commands to do all the work! Either place this file in the path accessible to Erlang (via ERL_LIBS) or add this line to the ~/.erlang file:code:load_abs(os:getenv("HOME") ++ "/.erlang/user_default").
Function Index
| dbg/0 | |
| dbgadd/1 | |
| dbgadd/2 | |
| dbgdel/1 | |
| dbgdel/2 | |
| dbgoff/0 | |
| dbgon/1 | |
| dbgon/2 | |
| dbgtc/1 | |
| help/0 | |
| nl/0 | Load all changed modules on all visible nodes. |
| p/1 | Term printer. |
| saveh/1 | Save command history to file. |
| tc/2 | |
| tc/4 |
Function Details
dbg/0
dbg() -> any()
dbgadd/1
dbgadd(Module) -> any()
dbgadd/2
dbgadd(Module, Fun) -> any()
dbgdel/1
dbgdel(Module) -> any()
dbgdel/2
dbgdel(Module, Fun) -> any()
dbgoff/0
dbgoff() -> any()
dbgon/1
dbgon(Modules) -> any()
dbgon/2
dbgon(Module, Fun) -> any()
dbgtc/1
dbgtc(File) -> any()
help/0
help() -> any()
nl/0
nl() -> any()
Load all changed modules on all visible nodes
p/1
p(Term) -> any()
Term printer
saveh/1
saveh(File) -> any()
Save command history to file
tc/2
tc(N, F) -> any()
tc/4
tc(N, M, F, A) -> any()