8struct ScriptDebuggerSettings {
12 ::ll::TypedStorage<1, 1, bool> mAllowOutboundConnect;
13 ::ll::TypedStorage<1, 1, bool> mAllowInboundListen;
14 ::ll::TypedStorage<4, 4, ::ScriptDebuggerAttachMode> mAutoAttach;
15 ::ll::TypedStorage<4, 4, uint> mAutoAttachTimeoutSec;
16 ::ll::TypedStorage<1, 1, bool> mForceInboundDebugPort;
17 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mHost;
18 ::ll::TypedStorage<4, 8, ::std::optional<uint>> mPort;
19 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mPasscode;
26 ScriptDebuggerSettings();
33 MCNAPI ScriptDebuggerSettings(
36 ::ScriptDebuggerAttachMode attachMode,
37 uint autoAttachTimeoutSec,
39 ::std::optional<::std::string> host,
40 ::std::optional<uint> port,
41 ::std::optional<::std::string> passcode
61 ::ScriptDebuggerAttachMode attachMode,
62 uint autoAttachTimeoutSec,
64 ::std::optional<::std::string> host,
65 ::std::optional<uint> port,
66 ::std::optional<::std::string> passcode