Table of Contents

Method OnDebuggerChanged

Namespace
Alternet.Scripter.Debugger.UI.AlternetUI
Assembly
Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll

OnDebuggerChanged(IScriptDebuggerBase?, IScriptDebuggerBase?)

Raised when attached debugger instance is changed.

protected virtual void OnDebuggerChanged(IScriptDebuggerBase? oldVal, IScriptDebuggerBase? newVal)

Parameters

oldVal IScriptDebuggerBase

Old debugger.

newVal IScriptDebuggerBase

New debugger.