BSD 4 development
[unix-history] / usr / lib / lisp / fix.ref
CommitLineData
58f7ce37
BJ
1
2u / u n / u f / u n f go up, i.e. more recent (n frames) (of function f)
3up / up n go up to next (nth) non-system function
4d / dn go down, i.e. less recent (opposite of u and up)
5ok / go continue after an error or debug loop
6redo / redo f resume computation from current frame (or at fn f)
7step restart in single-step mode
8return e return from call with value of e (default is nil)
9edit edit the current stack frame
10editf / editf f edit nearest fn on stack (or edit fn f)
11top / bot go to top (bottom) of stack
12p / pp show current stack frame (pretty print)
13where give current stack position
14help / h / ? print this table -- /usr/lisp/doc/fixit.ref
15help ... get the help for ...
16pop / ^d exit one level of debug (reset)
17
18bk / bk n / bk f / bk n f / backtrace (to nth frame) (of fn f)
19..f function names only ..a include system functions
20..v show variable bindings ..e show expressions in full
21..c go no deeper than here *** combinations are allowed ***
22 ----> see /usr/lisp/doc/fixit.doc for more FIXIT help.