racket/collects/stepper/private/debugger-summary.txt
Eli Barzilay d1a0086471 newlines at EOFs
svn: r13105
2009-01-14 03:10:47 +00:00

17 lines
493 B
Plaintext

(c) : continue execution (more accurately, post to the continue semaphore)
(events) : show all debugging events
(e #) : pick which event to examine
... the following are all implicitly parameterized
by the chosen event:
(bt) : summarize the continuation
(f #) : examine the #th frame of the continuation
... the following are all implicitly parameterized
by the chosen frame
(bound) : all bound vars
(v <x>) : value of a named variable
(src) : the source code