Files
HyperionOS/Src/Hyperion-kernel/lib/modules/Hyperion/47_dbg.kmod
SpartanSoftware 2a6a11a701 Import
2026-02-20 21:25:55 -06:00

7 lines
124 B
Plaintext

--:Minify:--
local kernel=...
local debug=debug
kernel._G.debug={
getinfo=debug.getinfo,
traceback=debug.traceback
}