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
Is your feature request related to a problem? Please describe.
I would like to register a hook to be able to implement some debug/kill functionality. I see that the various LuaXXNatives.java files exclude this call, and I may miss some background info as to why that was done.
Describe the solution you'd like
A Java class to hold lua_Debug data, and a functional JDebugHook interface with a __int hook(Lua L, LuaDebug D) method.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to register a hook to be able to implement some debug/kill functionality. I see that the various
LuaXXNatives.java
files exclude this call, and I may miss some background info as to why that was done.Describe the solution you'd like
A Java class to hold
lua_Debug
data, and a functionalJDebugHook
interface with a__int hook(Lua L, LuaDebug D)
method.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: