mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Fix exception when running ",help debug"
* module/system/repl/command.scm (*command-table*): Remove entry for ",procedure", a command removed a few months ago.
This commit is contained in:
parent
8f2f8db10b
commit
aa86ae6bf9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
(disassemble x) (disassemble-file xx))
|
||||
(profile (time t) (profile pr) (trace tr))
|
||||
(debug (backtrace bt) (up) (down) (frame fr)
|
||||
(procedure proc) (locals) (error-message error)
|
||||
(locals) (error-message error)
|
||||
(break br bp) (break-at-source break-at bs)
|
||||
(step s) (step-instruction si)
|
||||
(next n) (next-instruction ni)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue