Skip to content

v0.4.1

Compare
Choose a tag to compare
@WheretIB WheretIB released this 03 Jun 21:01
· 310 commits to master since this release

Added

  • Support for Lua 5.2 in default configuration (LUA_NANTRICK is enabled for x86 and disabled for other platforms)
  • Support for Lua 5.1
  • Numeric and light user data values can be modified

Changed

  • Fixed missing locals when their lifetime ends after current instruction (off-by-one error)
  • Lua global function is called 'main' instead of '__global'
  • Identifier names can contain '_' symbol
  • Stack frame location is now provided for Lua 5.3 finalizers and Lua 5.2/5.3 tail-called functions
  • Fixed out-of-order/missing call stack sections
  • Stability improvements when accessing target process memory
  • Reduce amount of expression evaluation requests to C++ debugger
  • Fixed amount of skipped frames on stacks with multiple language transitions
  • Support call stacks with transitions between different Lua states/threads