The
These functions are are intended for interactive use in the Erlang shell only. The module prefix may be omitted.
Stack backtrace for a process. Equivalent to
compile:file(File , Options ++ [report_errors, report_warnings])
Note that purging the code means that any processes
lingering in old code for the module are killed without
warning. See
Changes working directory to
2> cd("../erlang"). /home/ron/erlang
Flushes any messages sent to the shell.
Displays help information: all valid shell internal commands, and commands in this module.
Displays information about a process, Equivalent to
Purges and loads, or reloads, a module by calling
Note that purging the code means that any processes
lingering in old code for the module are killed without
warning. See
Compiles a list of files by calling
Lists files in the current directory.
Lists files in directory
Displays information about the loaded modules, including the files from which they have been loaded.
Displays information about
Memory allocation information. Equivalent to
Memory allocation information. Equivalent to
Compiles and then loads the code for a file on all nodes.
compile:file(File , Options ++ [report_errors, report_warnings])
Loads
Converts
Prints the name of the working directory.
This function is shorthand for
Prints the node uptime (as given by
This function finds undefined functions, unused functions,
and calls to deprecated functions in a module by calling
Generates an LALR-1 parser. Equivalent to:
yecc:file(File)
Generates an LALR-1 parser. Equivalent to:
yecc:file(File, Options)