Search
util
v1.1.5
Pages
Modules
Settings
View Source
user_default
(util v1.1.5)
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").
Link to this section
Summary
Functions
dbgadd(Module)
dbgadd(Module, Fun)
dbgdel(Module)
dbgdel(Module, Fun)
dbgoff()
dbgon(Modules)
dbgon(Module, Fun)
dbgtc(File)
debug()
help()
nl()
Load all changed modules on all visible nodes
p(Term)
Term printer
saveh(File)
Save command history to file
tc(N, F)
tc(N, M, F, A)
Link to this section
Functions
Link to this function
dbgadd(Module)
View Source
Link to this function
dbgadd(Module, Fun)
View Source
Link to this function
dbgdel(Module)
View Source
Link to this function
dbgdel(Module, Fun)
View Source
Link to this function
dbgoff()
View Source
Link to this function
dbgon(Modules)
View Source
Link to this function
dbgon(Module, Fun)
View Source
Link to this function
dbgtc(File)
View Source
Link to this function
debug()
View Source
Link to this function
help()
View Source
Link to this function
nl()
View Source
Load all changed modules on all visible nodes
Link to this function
p(Term)
View Source
Term printer
Link to this function
saveh(File)
View Source
Save command history to file
Link to this function
tc(N, F)
View Source
Link to this function
tc(N, M, F, A)
View Source