Compiles and executes a bounded text-only Lua chunk in the privileged debug VM.
Requires debug.runtime and the trusted cyberm_debug owner. Source is limited to 32 KiB, the optional chunk label to 64 bytes, returned values to 16 and result text to 8 KiB. The ordinary memory, instruction and frame-time quotas remain active.
Parameters
sourcestringrequired
labelstringoptionaldefault exec
Returns
true and bounded result text on success
false and compile/runtime reason
Registered in ResourceHost.cpp as LuaDebugEval (line 6550).