Constructor ScriptBreakpoints
- Namespace
- Alternet.Scripter.Debugger.IronPython
- Assembly
- Alternet.Scripter.IronPython.Debugger.v9.dll
ScriptBreakpoints(IScriptDebuggerBase)
Initializes a new instance of the ScriptBreakpoints
class with corresponds to specified ScriptDebugger
object.
public ScriptBreakpoints(IScriptDebuggerBase debugger)
Parameters
debugger
IScriptDebuggerBaseScriptDebugger
that owns this new instance.