Releases: jerryscript-project/iotjs-vscode-extension
Releases · jerryscript-project/iotjs-vscode-extension
0.11.0
0.10.0
Added supports for debugging:
- Update debugger version to accommodate changes in IoT.js
- Support the scope and variables requests
- Retrieve the list of variables at the current scope and show them under the variables pane
- Support SetVariable request
- Set the variable with the given name in the variable container to a new value
- Add copy value
, copy as expression
and add to watch
options for variables
Added features:
- Support restart functionality also in IoT.js
Updates and fixes:
- Update the IoT.js module functions
- Fix incorrect .vscode directory creation inside Tizen projects
- Call InitializedEvent after source is sent to get persisted breakpoints
0.9.0
Added features:
- Restart function (only supported with JerryScript yet)
- Automate debug server launch and tizen studio package installation
- 'Create IoTjs Tizen Project' option to extension
- Support delayed stack trace loading
0.8.0
- Added features:
- Completion Provider for module names and functions
0.7.0
- Added support for debugging:
- Control commands: Continue, Pause, Step-over, Step-in, Step-out, Disconnect
- Features: Set/Remove breakpoints, Set/Remove breakpoints, Call Stack, Watch, Exception hint, Source sending