Function: SB-DEBUG::FRAME-CALL¶
Returns as multiple values a descriptive name for the function responsible for FRAME, arguments that that function, and a list providing additional information about the frame.
Unavailable arguments are represented using dummy-objects printing as #
. METHOD-FRAME-STYLE (defaulting to METHOD-FRAME-STYLE), determines how frames corresponding to method functions are printed. Possible values are :MINIMAL, :NORMAL, and :FULL. See METHOD-FRAME-STYLE for more information.
If REPLACE-DYNAMIC-EXTENT-OBJECTS is true, objects allocated on the stack of the current thread are replaced with dummy objects which can safely escape.
Lambda list¶
(sb-di:frame &key sb-debug::method-frame-style sb-debug::replace-dynamic-extent-objects)