![]() |
BadScript 2
|
Implements a Simple Console Debugger. More...
Public Member Functions | |||
void | Step (BadDebuggerStep stepInfo) | ||
Gets called on every step when the Debugger is attached.
| |||
Private Attributes | |
int | m_LastLine = -1 |
The last source line that was printed. | |
string? | m_LastSource |
The Last source code that was printed. | |
Static Private Attributes | |
static readonly List< string > | s_IgnoredFiles = new List<string>() |
The List of Ignored Files. | |
Implements a Simple Console Debugger.
Definition at line 15 of file BadConsoleDebugger.cs.
void BadScript2.Debugger.BadConsoleDebugger.Step | ( | BadDebuggerStep | stepInfo | ) |
Gets called on every step when the Debugger is attached.
stepInfo | The Current Step Information |
Implements BadScript2.Debugging.IBadDebugger.
Definition at line 33 of file BadConsoleDebugger.cs.
|
private |
The last source line that was printed.
Definition at line 25 of file BadConsoleDebugger.cs.
|
private |
The Last source code that was printed.
Definition at line 30 of file BadConsoleDebugger.cs.
|
staticprivate |
The List of Ignored Files.
Definition at line 20 of file BadConsoleDebugger.cs.