Skip to content

Commit 989d0a8

Browse files
authored
Preparation for publish (#33)
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 [email protected]
1 parent 4aa3daf commit 989d0a8

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Version 0.10.0
4+
- Added supports for debugging:
5+
- Update debugger version to accommodate changes in IoT.js
6+
- Support the scope and variables requests
7+
- Retrieve the list of variables at the current scope and show them under the variables pane
8+
- Support SetVariable request
9+
- Set the variable with the given name in the variable container to a new value
10+
- Add `copy value`, `copy as expression` and `add to watch` options for variables
11+
12+
- Added features:
13+
- Support restart functionality also in IoT.js
14+
15+
- Updates and fixes:
16+
- Update the IoT.js module functions
17+
- Fix incorrect .vscode directory creation inside Tizen projects
18+
- Call InitializedEvent after source is sent to get persisted breakpoints
19+
320
## Version 0.9.0
421
- Added features:
522
- Restart function (only supported with JerryScript yet)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- Set/Remove breakpoints
2929
- Set/Remove function breakpoints
3030
- Call stack display
31+
- Variables display
3132
- Watch (evaluate expression)
3233
- Exception hint
3334
- Handle source receive from the engine

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotjs-vscode-extension",
33
"displayName": "IoT.js",
44
"description": "IoT.js Debugging, IntelliSense for Visual Studio Code",
5-
"version": "0.9.0",
5+
"version": "0.10.0",
66
"publisher": "Samsung",
77
"author": {
88
"name": "Samsung Electronics Co., Ltd."

0 commit comments

Comments
 (0)