#include <skStatementStepper.h>
Public Member Functions | |
virtual bool | statementExecuted (const skStackFrame &stack_frame, int statement_type)=0 |
This method is called each time a statement is executed by the interpreter, just before the statement is performed. | |
virtual bool | compoundStatementExecuted (const skStackFrame &stack_frame)=0 |
This method is called each time a compound statement is executed by the interpreter, just before the statement is performed. | |
virtual bool | exceptionEncountered (const skStackFrame *stack_frame, const skException &e)=0 |
This method is called if an exception is encountered while executing a script. | |
virtual void | breakpoint (const skStackFrame *stack_frame)=0 |
This method is called if the interpreter encounters a breakpoint command. |
|
This method is called if the interpreter encounters a breakpoint command.
|
|
This method is called each time a compound statement is executed by the interpreter, just before the statement is performed.
|
|
This method is called if an exception is encountered while executing a script.
|
|
This method is called each time a statement is executed by the interpreter, just before the statement is performed.
|