Skip to content

Releases: WheretIB/LuaDkmDebugger

v0.3.0

03 Jun 21:00
Compare
Choose a tag to compare

Added

  • Complex expression evaluation
  • Support for relative Lua script source paths

v0.2.6

03 Jun 20:59
Compare
Choose a tag to compare

Changed

  • Fixed search for files without '@' at the start of the name

v0.2.5

03 Jun 20:58
Compare
Choose a tag to compare

Changed

  • Fixed interaction with C++ debugger that broke C++ breakpoint placement

v0.2.4

03 Jun 20:57
Compare
Choose a tag to compare

Added

  • Support for configuration file with additional script search directories

First Release

03 Jun 20:56
Compare
Choose a tag to compare

Features:

  • Lua 'inline' stack frame insertion into the Call Stack
  • Mark Lua library stack frames as non-user code
  • Jump to Lua source/line from Lua stack frames
  • Function argument and local variable display in the 'Locals' watch section
  • Local variable lookup in Watch, Immediate and similar elements