Skip to content

0.10.0

Compare
Choose a tag to compare
@robertsipka robertsipka released this 16 Nov 14:04
· 11 commits to master since this release
989d0a8

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