19 Path.Combine(AppDomain.CurrentDomain.BaseDirectory,
"data",
"subsystems",
"run",
"Debugger.bs")
The Debugger Settings that are used by the Scriptable Debugger.
string DebuggerPath
The File Path to the Debugger.
BadScriptDebuggerSettings()
Constructs a new BadScriptDebuggerSettings instance.
readonly BadEditableSetting< BadScriptDebuggerSettings, string > m_DebuggerPath
The File Path to the Debugger.
Implements an Editable Setting.
Helper class that can be used to automatically load a settings object from a file.
Contains the scriptable debugger implementation for the BadScript2 Runtime.
Contains the Settings Implementation.