Skip to content

Commit

Permalink
Preparation for publish (#33)
Browse files Browse the repository at this point in the history
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

IoT.js-VSCode-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
  • Loading branch information
robertsipka authored Nov 16, 2018
1 parent 4aa3daf commit 989d0a8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## Version 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

## Version 0.9.0
- Added features:
- Restart function (only supported with JerryScript yet)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- Set/Remove breakpoints
- Set/Remove function breakpoints
- Call stack display
- Variables display
- Watch (evaluate expression)
- Exception hint
- Handle source receive from the engine
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iotjs-vscode-extension",
"displayName": "IoT.js",
"description": "IoT.js Debugging, IntelliSense for Visual Studio Code",
"version": "0.9.0",
"version": "0.10.0",
"publisher": "Samsung",
"author": {
"name": "Samsung Electronics Co., Ltd."
Expand Down

0 comments on commit 989d0a8

Please # to comment.