Table of Contents

Class ScriptDebugger

Namespace
Alternet.Scripter.Debugger.Dap.Cpp.Lldb
Assembly
Alternet.Scripter.Debugger.Dap.Cpp.Lldb.v9.dll

Enables communication with a debugger.

public class ScriptDebugger : ScriptDebugger, IScriptDebugger, IScriptDebugger, IScriptDebuggerBase
Inheritance
ScriptDebugger
Implements
Derived

Properties

CanStartDebugging
Capabilities

When implemented by a class, gets debugger capabilities.

ProcessStartInfo
ServerBundlePath

Methods

CheckServerBundlePathContainsServer()
GetFallbackExceptionDescription()
GetServerBundlePath()
GetVariablesInScopeCore(ScopesResponse)
Initialize()
OnInitAsync(IDebugAdapterClient, InitializeRequestArguments, InitializeResponse, CancellationToken)
OnTerminated(TerminatedEvent)
RunScript(string[])

Starts executing the script without debugging.

RunScriptAsync(string[])

Starts executing the script without debugging.

StartDebuggingCoreAsync(StartDebuggingOptions)