- Add support to multiple sourceRoots. Thanks @kinloth
- Remove deprecated command
0.3.0 - 2017-11-07
- ${workspaceRoot} changed to ${workspaceFolder}. It is deprecated from vscode version 1.17
- Configurations type changed to "lrdb" from "lua". Please check launch.json and change it.
- Fix deprecated initialConfigurations
0.2.3 - 2017-02-12
- Change protocol of remote debug to jsonrpc
- Fix memory errror on valgrind
0.2.2 - 2017-02-09
- Improve evaluate on debug console
- LRDB Server is returned only one value for upvalue
- Did not stop breakpoints on remote debugging with different system. (windows and **nix)
- Array is 1 origin in Lua...
- Improve variables viewing
- Change LuaVM native code to javascript by Emscripten.
0.1.9 - 2017-02-03
- Added support sourceRequest. It mean can step execute on string chunk.
- Update Lua 5.3.3 to 5.3.4
- Fix stepOver and pause did not work.
0.1.7 - 2017-01-27
- `rogram arg is not available at Lua
- Improve launch.json snipped
0.1.6 - 2017-01-27
null
tonil
at watch and variable view
- Remove ${command.CurrentSource}. It is same to ${file}
- Support operators in hit count condition breakpoint
<
,<=
,==
,>
,>=
,%
- Hit conditional breakpoint not working
- Change pointer output format. e.g.
function(0x41b1f0)
tofunction: 0x41b1f0
- Can not set break last line
- No output stdout at debug console
- Initial release
W