Commit b3a3898 1 parent b12380e commit b3a3898 Copy full SHA for b3a3898
File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.7] - 2020-06-01
4
+
5
+ ### Added
6
+
7
+ - Lua module code is marked as user code
8
+ - Support for debug helper injection into x64 UWP apps (for breakpoints and stepping)
9
+
10
+ ### Changed
11
+
12
+ - Cleaned up module instance creation
13
+ - Silent debug helper injection failures will not hang the app on a suspended thread
14
+
3
15
## [ 0.7.5] - 2020-05-31
4
16
5
17
### Changed
98
110
99
111
### First Release
100
112
113
+ [ 0.7.7] https://github.com/WheretIB/LuaDkmDebugger/commit/b12380e76c09518bc05db0ef509943b0bb6017dd
101
114
[ 0.7.5] https://github.com/WheretIB/LuaDkmDebugger/commit/7198955e3ccc178a80758d2bdf58c692eef0c1e8
102
115
[ 0.7.4] https://github.com/WheretIB/LuaDkmDebugger/commit/6e055d13b1baed5bc078405de7648d1286cb011f
103
116
[ 0.7.0] https://github.com/WheretIB/LuaDkmDebugger/commit/146ed2cdf862205eb0fe06b4c22df9b9cda308c7
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<Metadata >
4
- <Identity Id =" LuaDkmDebugger.e3e2ef04-27c9-46a6-ad45-79bd29067eb6" Version =" 0.7.5 " Language =" en-US" Publisher =" WheretIB" />
4
+ <Identity Id =" LuaDkmDebugger.e3e2ef04-27c9-46a6-ad45-79bd29067eb6" Version =" 0.7.7 " Language =" en-US" Publisher =" WheretIB" />
5
5
<DisplayName >C++ debugger extensions for Lua</DisplayName >
6
6
<Description xml : space =" preserve" >This extension adds integrated debugging for Lua scripts executing inside C++ applications with Lua library.</Description >
7
7
<License >license.txt</License >
You can’t perform that action at this time.
0 commit comments