Table of Contents

Method CreateDebugger

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

CreateDebugger(bool)

Creates an instance of the script debugger, selecting between the old and new debugger implementations.

public static IScriptDebuggerBase? CreateDebugger(bool useOldDebugger = true)

Parameters

useOldDebugger bool

Indicates whether to use the old debugger implementation.

Returns

IScriptDebuggerBase

An instance of IScriptDebuggerBase or null if creation fails.