Skip to content

v0.9.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@WheretIB WheretIB released this 13 Jun 23:11
· 34 commits to luajit since this release

Added

  • Experimental support for LuaJIT (2.0.5 x86/x64, 2.1.0 x86/x64). Limitations include:
    • Scripts loaded from a file are not captured for breakpoint placement/stepping immediately
    • Only writes to 'number' are supported with LUA_GC64
    • Conditional breakpoints are not supported
    • Only one global state is supported for breakpoints/stepping
    • Breakpoints based on function name are not supported
  • Status bar for information about detected Lua library and helper attachment state

Changed

  • Fixed a case when failed helper attachment to x64 process could suspend thread indefinitely