File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.9.2] - 2020-07-07
4+
5+ ### Added
6+
7+ - Optimization for table summary and element lookups using batched memory reads and lazy evaluation
8+ - Optimization for function locals list using batched memory reads
9+ - Function location display now works with Lua 5.1
10+ - Function name caching for Lua 5.1 stack frames
11+ - Conditional breakpoint support for Lua 5.4
12+
13+ ### Changed
14+
15+ - Fixed Lua version lookup and hook setup when Lua library is built with optimization
16+ - Fixed crash on function data lookup when debugging Lua 5.1
17+ - Fix for Lua state creation hook when library is built with optimization
18+ - Fix for internal Lua function display on 'Step Out' when debugging Lua 5.1
19+ - Fixed conditional breakpoints
20+
321## [ 0.9.1] - 2020-06-23
422
523### Added
112130### Changed
113131
114132- Fixed hook crash when application Lua library is compiled with a different LUA_IDSIZE
115- - Fixed conditional breakpoints in Lua 5.3 build for x64
133+ - Fixed conditional breakpoints in Lua 5.3 built for x64
116134- Some documents can be linked to known scripts using content comparison even when script source name doesn't match any file on disk
117135
118136## [ 0.6.0] - 2020-05-30
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
33 <Metadata >
4- <Identity Id =" LuaDkmDebugger.e3e2ef04-27c9-46a6-ad45-79bd29067eb6" Version =" 0.9.1 " Language =" en-US" Publisher =" WheretIB" />
4+ <Identity Id =" LuaDkmDebugger.e3e2ef04-27c9-46a6-ad45-79bd29067eb6" Version =" 0.9.2 " Language =" en-US" Publisher =" WheretIB" />
55 <DisplayName >C++ debugger extensions for Lua</DisplayName >
66 <Description xml : space =" preserve" >This extension adds integrated debugging for Lua scripts executing inside C++ applications with Lua library.</Description >
77 <License >license.txt</License >
You can’t perform that action at this time.
0 commit comments