Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 457 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 457 Bytes

PyLuaJITDebugger

NOTE: This library is pre-pre-alpha (some might say "aleph") quality.

PyLuaJITDebugger is a Python library to debug LuaJIT processes and core dumps, without running code in the debuggee. In contrast to most Lua(JIT) debuggers, PyLuaJITDebugger does not use Lua's debug API nor does it invoke functions in the debuggee process.

For now PyLuaJITDebugger is Windows-only.