Luaj's debug library is different from the standard library #86
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
debug.getInfo(0) return nil instead of msg defined in standard lib.
and when call getInfo in hook function, debug.getInfo(1) return is not the hook func self. Because callstack not execute onCall when it is running in hook funtion, as this:
while the standrad ref (http://www.lua.org/manual/5.2/manual.html#6.10)notes that:
Fixed