![]() |
BadScript 2
|
Defines the Debugging Interface. More...
Public Member Functions | |
void | Step (BadDebuggerStep stepInfo) |
Gets called on every step when the Debugger is attached. | |
Defines the Debugging Interface.
Definition at line 6 of file IBadDebugger.cs.
void BadScript2.Debugging.IBadDebugger.Step | ( | BadDebuggerStep | stepInfo | ) |
Gets called on every step when the Debugger is attached.
stepInfo | The Current Step Information |
Implemented in BadScript2.Debugger.BadConsoleDebugger, and BadScript2.Debugger.Scriptable.BadScriptDebugger.