Table of Contents

Constructor ScriptBreakpoints

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

ScriptBreakpoints(IScriptDebuggerBase)

Initializes a new instance of the ScriptBreakpoints class with corresponds to specified ScriptDebugger object.

public ScriptBreakpoints(IScriptDebuggerBase debugger)

Parameters

debugger IScriptDebuggerBase

ScriptDebugger that owns this new instance.