Skip to content

v0.6.0

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

Added

  • Support for breakpoints
  • Support for Step Over, Step In and Step Out
  • Debug logs
  • Function name cache for fast stack filter for Lua 5.2 and 5.3
  • Lua function upvalue support in expression evaluation and Locals window

Changed

  • Fixed access to local functions list of a Lua function
  • Fixed enumeration size and double completion callback call in Locals window
  • Additional stack filter optimizations
  • Hide Lua call stack frames between internal Lua calls for Lua 5.3