Skip to content

v0.8.0

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

Added

  • Quick Info tooltip display with variable value evaluation on mouse over in the code window
  • Global environment variable lookup in expression evaluation
  • External C function/closure pointer display with 'Go To Source' provided by Visual Studio
  • Hexadecimal value support in expression evaluation
  • Assertion failure, error call and runtime errors are displayed as unhandled exceptions (Break on Error option)
  • User data meta-table value display
  • ':' member access is now handled in expression evaluation
  • When Lua library is used together with sol library, C++ object in user data is available (may work for custom user data if meta-table contains '__type.name' string with C++ type name)

Changed

  • Fixed hexadecimal value formatting & crash
  • Expression evaluation optimization (caching call info, function data, upvalues and table values are not fetched until accessed)