mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-13 04:44:39 +00:00
Estimated hours taken: 0.5 Rename excp as exception. doc/user_guide.texi: Document the new name. trace/mercury_trace_internal.c: Recognize the new name. scripts/mdbrc.in: Recognize "e" and "excp" as aliases for "exception".
18 lines
294 B
Plaintext
18 lines
294 B
Plaintext
source @DEFAULT_MERCURY_DEBUGGER_INIT_DIR@/mdb_doc
|
|
alias s step
|
|
alias g goto
|
|
alias f finish
|
|
alias r retry
|
|
alias v vars
|
|
alias p print
|
|
alias P print *
|
|
alias d stack
|
|
alias c continue
|
|
alias b break
|
|
alias h help
|
|
alias ? help
|
|
alias excp exception
|
|
alias e exception
|
|
alias EMPTY step
|
|
alias NUMBER step
|