You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2018. It is now read-only.
SquidDev edited this page Sep 22, 2016
·
2 revisions
The debug library aids debugging of code, allowing tracing method calls and getting locals and upvalues.
Warning: Do not enable the debug API unless you trust everyone who will be using your server. It potentially allows modifying other computers as well as escaping the computer timeout. If you really want to enable it, look into enabling the Cobalt VM too.
Configuration
The debug library can be enabled through the APIs.debug option.
Documentation
The documentation for the debug library can be found on the Lua website.