-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add a changelog file with the start features - Add extra properties to the package.json to provide more information in the marketplace - Update the readme with travis badge and work in progress list - Set the release verison IoT.js-VSCode-DCO-1.0-Signed-off-by: Imre Kiss [email protected]
- Loading branch information
1 parent
7fabb1a
commit eaf8b80
Showing
3 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
|
||
## Version 0.7.0 | ||
- Added support for debugging: | ||
- Control commands: | ||
- Continue command | ||
- Pause command | ||
- Step-over command | ||
- Step-in command | ||
- Step-out command | ||
- Disconnect command | ||
|
||
- Features: | ||
- Set/Remove breakpoints | ||
- Set/Remove function breakpoints | ||
- Call stack display | ||
- Watch (evaluate expression) | ||
- Exception hint | ||
- Handle source receive from the engine | ||
- Sending source code from the vscode to the engine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters