Table of Contents

Constructor ScriptBreakpointsBase

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

ScriptBreakpointsBase(IScriptDebuggerBase)

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

public ScriptBreakpointsBase(IScriptDebuggerBase debugger)

Parameters

debugger IScriptDebuggerBase

ScriptDebugger that owns this new instance.