Class: SB-EXT:STEP-FORM-CONDITION

package type

Condition signalled by code compiled with single-stepping information when about to execute a form. STEP-CONDITION-FORM holds the form, STEP-CONDITION-PATHNAME holds the pathname of the original file or NIL, and STEP-CONDITION-SOURCE-PATH holds the source-path to the original form within that file or NIL. Associated with this condition are always the restarts STEP-INTO, STEP-NEXT, and STEP-CONTINUE.

Precedence list

(sb-ext:step-form-condition sb-ext:step-condition condition sb-pcl::slot-object t)

Initargs

(:form :args)