20 ::ll::TypedStorage<4, 4, ::ScriptDebugCommand::Mode> mMode;
21 ::ll::TypedStorage<4, 4, ::ScriptDebugCommand::DebuggerAction> mDebuggerAction;
22 ::ll::TypedStorage<4, 4, ::ScriptDebugCommand::ProfilerAction> mProfilerAction;
23 ::ll::TypedStorage<4, 4, ::ScriptDebugCommand::DiagnosticsAction> mDiagnosticsAction;
24 ::ll::TypedStorage<8, 32, ::std::string> mDebuggerHost;
25 ::ll::TypedStorage<4, 4, int> mDebuggerPort;
39 MCAPI static ::ScriptDiagnosticsPublishToFile*& sDiagnosticsPublishToFile();
41 MCAPI static ::std::optional<ushort>& sForcedPort();
43 MCAPI static ::IScriptDebugger*& sServerScriptDebugger();