Skip to content

Commit 5a9e017

Browse files
committed
Extension update
1 parent 6e055d1 commit 5a9e017

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.4] - 2020-05-31
4+
5+
### Added
6+
7+
- Option to show hidden Lua call stack frames (for troubleshooting)
8+
9+
### Changed
10+
11+
- Fixed hook crash when application Lua library is compiled with a different LUA_IDSIZE
12+
- Fixed conditional breakpoints in Lua 5.3 build for x64
13+
14+
## [0.7.0] - 2020-05-31
15+
16+
### Added
17+
18+
- Support for conditional breakpoints
19+
- Added display of source files that haven't been found disk
20+
21+
### Changed
22+
23+
- Some documents can be linked to known scripts using content comparison even when script source name doesn't match any file on disk
24+
325
## [0.6.0] - 2020-05-30
426

527
### Added
@@ -70,6 +92,9 @@
7092

7193
### First Release
7294

95+
[0.7.4]https://github.com/WheretIB/LuaDkmDebugger/commit/6e055d13b1baed5bc078405de7648d1286cb011f
96+
[0.7.0]https://github.com/WheretIB/LuaDkmDebugger/commit/146ed2cdf862205eb0fe06b4c22df9b9cda308c7
97+
[0.6.0]https://github.com/WheretIB/LuaDkmDebugger/commit/e944e2abe4d1d18f6b861479854f71ddc0eb32bf
7398
[0.4.1]https://github.com/WheretIB/LuaDkmDebugger/commit/133da5f5a03d99c0a63307007d8af7515d673e41
7499
[0.3.0]https://github.com/WheretIB/LuaDkmDebugger/commit/cfe2f159c700790c23d24ef986dad49b62cb92bf
75100
[0.2.6]https://github.com/WheretIB/LuaDkmDebugger/commit/90c303512f3fd85e518ac3bbb14f9585bdc57fb2

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.6" Language="en-US" Publisher="WheretIB" />
4+
<Identity Id="LuaDkmDebugger.e3e2ef04-27c9-46a6-ad45-79bd29067eb6" Version="0.7.4" 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
@@ -21,6 +21,7 @@ Supported Lua versions:
2121
* Known issue: breakpoints must be set after the debugger is launched
2222
* Up to 256 breakpoints are supported
2323
* Step Over, Step Into and Step Out
24+
* Conditional breakpoints
2425

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

0 commit comments

Comments
 (0)