Skip to content

Commit dc06cce

Browse files
committed
Extension update
1 parent c3aa8ac commit dc06cce

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.9.5] - 2021-03-21
4+
5+
### Added
6+
7+
- String values can be modified
8+
- Support for assignments in watch and immediate windows
9+
- Support for table and string length operator
10+
11+
### Changed
12+
13+
- Watch values are refreshed after modification of a related value
14+
- Fixed bool value modification in Lua 5.4
15+
- Fixed nested linear array indexing
16+
- Fixed breakpoints not being activated immediately after script load
17+
- Fixed invalid call error display location
18+
- Fixed error display location in Lua 5.1
19+
- Fixed table size and content display in Lua 5.2 (nil entries)
20+
321
## [0.9.4] - 2020-09-02
422

523
### Changed

LuaDkmDebugger/source.extension.vsixmanifest

+1-1
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.9.4" Language="en-US" Publisher="WheretIB" />
4+
<Identity Id="LuaDkmDebugger.e3e2ef04-27c9-46a6-ad45-79bd29067eb6" Version="0.9.5" 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>

0 commit comments

Comments
 (0)