22 ::ll::TypedStorage<4, 4, ::ScriptDebugCommand::Mode> mMode;
23 ::ll::TypedStorage<4, 4, ::ScriptDebugCommand::DebuggerAction> mDebuggerAction;
24 ::ll::TypedStorage<4, 4, ::ScriptDebugCommand::ProfilerAction> mProfilerAction;
25 ::ll::TypedStorage<4, 4, ::ScriptDebugCommand::DiagnosticsAction> mDiagnosticsAction;
26 ::ll::TypedStorage<8, 32, ::std::string> mDebuggerHost;
27 ::ll::TypedStorage<4, 4, int> mDebuggerPort;
39 MCAPI
static void setup(
50 MCAPI static ::ScriptDiagnosticsPublishToFile*& sDiagnosticsPublishToFile();
52 MCAPI static ::std::optional<ushort>& sForcedPort();
54 MCAPI static ::IScriptDebugger*& sServerScriptDebugger();