Table of Contents

Class ScriptDebugger

Namespace
Alternet.Scripter.Debugger.Dap.Python
Assembly
Alternet.Scripter.Debugger.Dap.Python.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.

CompileFailed
ProcessStartInfo
RedirectConsoleOutput

If true, the debuggee console is hidden and the output is redirected into debugger Output. Default is false.

ScriptFiles
ServerLogDirectory

Specifies the debugger server log directory location. Default is null.

Methods

GetCommonStartParameters()
GetVariablesInScopeCore(ScopesResponse)
Initialize()
OnDebuggingStartedAsync()
OnInitAsync(IDebugAdapterClient, InitializeRequestArguments, InitializeResponse, CancellationToken)
OnTerminated(TerminatedEvent)
StartDebuggingCoreAsync(StartDebuggingOptions)