Skip to content

Releases: jerryscript-project/iotjs-vscode-extension

0.11.0

29 Nov 09:04
503c9bd
Compare
Choose a tag to compare

Added features:

  • Multiple source handling

Updates and fixes:

  • Update the IoT.js module functions

0.10.0

16 Nov 14:04
989d0a8
Compare
Choose a tag to compare

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

07 Sep 12:20
3ba99c4
Compare
Choose a tag to compare
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

20 Jun 09:31
Compare
Choose a tag to compare
  • Added features:
    • Completion Provider for module names and functions

0.7.0

13 Jun 07:28
Compare
Choose a tag to compare
  • 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