Namespace Alternet.Scripter.Debugger.Dap
Classes
- DapScriptHost
Provides properties and methods to support script engine functionality based on
System.CodeDom.Compiler
technology.
- DapStartDebuggingOptions
Defines debug process settings.
- ErrorMessages
Contains default string constants related to debugger errors.
- ResolveReferenceEventArgs
Provides data for the
IScriptRun.ReferenceResolve
event.
- ScriptBreakpoints
Provides list of
Breakpoint
objects.
- ScriptConsts
Contains constants related to Scripter component.
- ScriptDebugger
Enables communication with a debugger.
- ScriptGlobalItem
Describes a global object from the script.
- ScriptHost
Provides a base class for script execution. This class is abstract.
- ScriptRun
Represents runner for script engine.
- ScriptSource
Provides methods and properties to work with script text, files or projects.
Interfaces
- IScriptDebugger
Provides methods and properties that allow developers to debug applications in the common language runtime (CLR) environment.
- IScriptGlobalItem
Represents properties declaration to describe a global object from the script.
- IScriptHost
Represents methods and properties declaration to support a script engine functionality.
- IScriptRun
Represents methods and properties declaration to describe runner for script engine.
- IScriptSource
Represents methods and properties to work with script text, files or projects.