43 step => step.
GetSourceView(Array.Empty<
int>(), out
int _, out
int _)
49 step.
GetSourceView(Array.Empty<
int>(), out
int _, out
int lineInSource);
69 BadAnyPrototype.Instance
Describes a specific position inside a source file.
int Index
The Start Index of the Position.
string Source
The Source Code.
int Length
The Length of the Position.
Implements Interop Extensions for the Debugger Objects.
override void AddExtensions(BadInteropExtensionProvider provider)
static BadObject GetSourceView(BadDebuggerStep step, int[] breakpoints)
Returns the Source View for the Debugger Step.
The Parser of the Language. It turns Source Code into an Expression Tree.
static BadSourceParser Create(string fileName, string source)
Creates a BadSourceParser Instance based on the source and filename provided.
static IEnumerable< BadExpression > Parse(string fileName, string source)
Parses a BadExpression from the Source Reader.
Public Extension API for the BS2 Runtime.
void RegisterObject(Type t, string propName, BadObject obj)
Registers the specified extension for the specified type.
Non Generic Interop Function.
The Base Class for all BadScript Objects.
static readonly BadObject Null
The Null Value for the BadScript Language.
Provides function parameter info.
Helper Class that Builds a Native Class from a Prototype.
static BadClassPrototype GetNative(string name)
Returns a Native Class Prototype for the given Native Type.
Contains Shared Data Structures and Functionality.
Contains the scriptable debugger implementation for the BadScript2 Runtime.
Contains the debugging abstractions for the BadScript2 Runtime.
Contains the Parser for the BadScript2 Language.
Contains the Interop Function Classes for the BadScript2 Language.
Contains the Interop Abstractions and Implementations for the BadScript2 Language.
Contains Runtime Function Objects.
Contains Runtime Type Objects.
Contains the Runtime Objects.
Represents a Debugging Step.
string GetSourceView(int[] breakpoints, out int topInSource, out int lineInSource, int lineDelta=4)
Returns a line listing of the Step.
readonly BadExecutionContext Context
The Execution Context of where the Step was executed.
readonly BadSourcePosition Position
The Source Position of the Step.