BadScript 2
Loading...
Searching...
No Matches
BadScript2.Debugging.IBadDebugger Interface Reference

Defines the Debugging Interface. More...

Inheritance diagram for BadScript2.Debugging.IBadDebugger:
BadScript2.Debugger.BadConsoleDebugger BadScript2.Debugger.Scriptable.BadScriptDebugger

Public Member Functions

void Step (BadDebuggerStep stepInfo)
 Gets called on every step when the Debugger is attached.
 

Detailed Description

Defines the Debugging Interface.

Definition at line 6 of file IBadDebugger.cs.

Member Function Documentation

◆ Step()

void BadScript2.Debugging.IBadDebugger.Step ( BadDebuggerStep  stepInfo)

Gets called on every step when the Debugger is attached.

Parameters
stepInfoThe Current Step Information

Implemented in BadScript2.Debugger.BadConsoleDebugger, and BadScript2.Debugger.Scriptable.BadScriptDebugger.


The documentation for this interface was generated from the following file: