Skip to content

Commit d061024

Browse files
committed
Extension update
1 parent 1f9bf19 commit d061024

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.9.0] - 2020-06-22
4+
5+
### Added
6+
7+
- Support for Lua 5.4
8+
- Lookup in __index metadata table in expression evaluation
9+
- Location display for Lua function values and Jump to Source context menu option
10+
- Alternative name is generated for unnamed scripts
11+
12+
### Changed
13+
14+
- Fixes for Lua libraries built with optimizations
15+
- Fix for Lua sources without a valid name
16+
- Compatibility Mode improvements
17+
- Lua table address is now displayed in Watch
18+
- Stability fixes
19+
- Additional source file search locations
20+
- '.lua' is added to temporary file names if the Lua source name doesn't contain it already
21+
- Fixed long debugger startup when application is linked with /DEBUG:FULL and symbol file is large
22+
323
## [0.8.8] - 2020-06-10
424

525
### Added

LuaDkmDebugger/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.8.8" Language="en-US" Publisher="WheretIB" />
4+
<Identity Id="LuaDkmDebugger.e3e2ef04-27c9-46a6-ad45-79bd29067eb6" Version="0.9.0" 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>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Supported Lua versions:
2525
* Quick Info tooltip display with variable value evaluation on mouse over in the code window
2626
* External C function/closure pointer display with 'Go To Source' provided by Visual Studio
2727
* Assertion failure, 'error' call and runtime errors are displayed as unhandled exceptions ('Break on Error' option)
28+
* Location display and Jump to Source context menu option for Lua function values
2829
* When Lua library is used together with sol library, C++ object in user data is available
2930

3031
![Example debug session](https://github.com/WheretIB/LuaDkmDebugger/blob/master/resource/front_image_2.png?raw=true)

0 commit comments

Comments
 (0)