Skip to content

Expose debug library to Lua

LJ Sonic requested to merge lua-debug-library into next

This exposes a subset of the official debug library:

  • debug.gethook
  • debug.getinfo
  • debug.getlocal
  • debug.getupvalue
  • debug.sethook
  • debug.traceback
Edited by LJ Sonic

Merge request reports