MCPcopy Create free account
hub / github.com/Norbyte/ositools / EnableDebugging

Method EnableDebugging

OsiInterface/OsirisProxy.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78void OsirisProxy::EnableDebugging(bool Enabled, uint16_t Port)
79{
80 DebuggingEnabled = Enabled;
81 DebuggerPort = Port;
82}
83
84void OsirisProxy::EnableExtensions(bool Enabled)
85{

Callers 1

SetupOsirisProxyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected