BadScript 2
Loading...
Searching...
No Matches
IBadDebugger.cs
Go to the documentation of this file.
2
6public interface IBadDebugger
7{
12 void Step(BadDebuggerStep stepInfo);
13}
Defines the Debugging Interface.
void Step(BadDebuggerStep stepInfo)
Gets called on every step when the Debugger is attached.
Contains the debugging abstractions for the BadScript2 Runtime.
Definition BadDebugger.cs:7
Represents a Debugging Step.