File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 0.3.3
2
+ - Added support for utf8 identifier names
3
+ - Implemented pipe communication as an alternative to using stdio (use ` "communication": "pipe" ` under ` "program" ` )
4
+ - No longer stepping into Lua when a sourcemap exists but the line is not mapped (use stepUnmappedLines for old behavior)
5
+ - Ensuring child processes are killed on Linux
6
+ - Fixed many bugs and improved visualization of some expressions
7
+
1
8
## Version 0.3.2
2
9
- Added ` ignorePatterns ` option to skip over specified files when stepping (useful for busted)
3
10
- Allowed ` scriptFiles ` to work with leading relative paths (` ./ ` )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " local-lua-debugger-vscode" ,
3
3
"publisher" : " tomblind" ,
4
- "version" : " 0.3.2 " ,
4
+ "version" : " 0.3.3 " ,
5
5
"description" : " Local Lua Debugger - simple Lua debugger with no dependencies" ,
6
6
"displayName" : " Local Lua Debugger" ,
7
7
"icon" : " resources/Lua-Logo_128x128.png" ,
You can’t perform that action at this time.
0 commit comments