Skip to content

Commit 0a53791

Browse files
committed
Extension update
1 parent b2be966 commit 0a53791

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

CHANGELOG.md

+41-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.9.7] - 2021-06-14
4+
5+
### Added
6+
7+
- Experimental support for LuaJIT (2.0.5 x86/x64, 2.1.0 x86/x64). Limitations include:
8+
- Scripts loaded from a file are not captured for breakpoint placement/stepping immediately
9+
- Only writes to 'number' are supported with LUA_GC64
10+
- Conditional breakpoints are not supported
11+
- Only one global state is supported for breakpoints/stepping
12+
- Breakpoints based on function name are not supported
13+
- Status bar for information about detected Lua library and helper attachment state
14+
15+
### Changed
16+
17+
- Fixed a case when failed helper attachment to x64 process could suspend thread indefinitely
18+
319
## [0.9.6] - 2021-04-06
420

521
### Added
@@ -245,7 +261,31 @@
245261

246262
## Code changes
247263

248-
[unreleased]https://github.com/olivierlacan/keep-a-changelog/compare/v0.8.0...HEAD
264+
[unreleased]https://github.com/olivierlacan/keep-a-changelog/compare/v0.9.7...HEAD
265+
266+
[0.9.7]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.6...v0.9.7
267+
268+
[0.9.6]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.5...v0.9.6
269+
270+
[0.9.5]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.4...v0.9.5
271+
272+
[0.9.4]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.3...v0.9.4
273+
274+
[0.9.3]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.2...v0.9.3
275+
276+
[0.9.2]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.1...v0.9.2
277+
278+
[0.9.1]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.0...v0.9.1
279+
280+
[0.9.0]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.8.8...v0.9.0
281+
282+
[0.8.8]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.8.7...v0.8.8
283+
284+
[0.8.7]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.8.2...v0.8.7
285+
286+
[0.8.2]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.8.1...v0.8.2
287+
288+
[0.8.1]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.8.0...v0.8.1
249289

250290
[0.8.0]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.7.7...v0.8.0
251291

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