Hi,

I just observed the following:

0] help
[...]
[RETURN FOR MORE, Q TO QUIT HELP TEXT]: 

Function and macro commands:
 (DEBUG:DEBUG-RETURN expression)
    returns expression's values from the current frame, exiting the debugger.
 (DEBUG:ARG n)
    returns the n'th argument, remaining in the debugger.
 (DEBUG:VAR string-or-symbol [id])
    returns the specified variable's value, remaining in the debugger.

See the CMU Common Lisp User's Manual for more information.

0] (debug:debug-return 0)
Reader error on #<Synonym Stream to *TERMINAL-IO*>:
Symbol "DEBUG-RETURN" not found in the DEBUG package.
Error flushed ...
0] 

It is indeed nowhere to be found in the sources. How can I accomplish
this (return a value/some values from a frame)?

Thanks,

        Mario.


Reply via email to