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