forked from koush/vscode-quickjs-debug
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
880 additions
and
3,283 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 |
---|---|---|
@@ -1,59 +1,2 @@ | ||
|
||
## 0.35.0 | ||
* Support the 'breakpointLocations' request. | ||
* Make 'variables' request cancelable. | ||
|
||
## 0.34.0 | ||
* Add support for persisted data breakpoints. | ||
|
||
## 0.33.0 | ||
* Add support for (sorted) REPL completions. | ||
|
||
## 0.32.0 | ||
* Add support for data breakpoints. | ||
|
||
## 0.31.0 | ||
* Added code to show how to control what debug executable is used. | ||
|
||
## 0.30.0 | ||
* Updated dependencies. | ||
|
||
## 0.29.0 | ||
* Move off proposed API for the EMBED_DEBUG_ADAPTER mode: embedded debug adapter now uses vscode.DebugAdapterDescriptorFactory. | ||
|
||
## 0.28.0 | ||
* Update dependencies. | ||
|
||
## 0.27.0 | ||
* Update dependencies. | ||
|
||
## 0.26.0 | ||
* Improved the launch configuration snippet and added a `"stopOnEntry": true`. | ||
|
||
## 0.25.0 | ||
* Added the `"multi-root ready"` keyword. | ||
|
||
## 0.24.0 | ||
* Add support for starting a debug session without a launch configuration. | ||
* Require 1.17 version of VS Code. | ||
|
||
## 0.23.0 | ||
* Added supported for creating and deleting breakpoints from the REPL. Use `new 123` to create a breakpoint in line 123, and `del 123` to delete it. | ||
* Use 1.24.0 version of Debug Adapter Protocol and libraries. | ||
|
||
## 0.22.0 | ||
* Refactored the 'Mock Debugger' functionality into a separate class. This makes it more obvious how a debug adapter 'adapts' to a debugger or runtime. | ||
|
||
## 0.21.0 | ||
* Shows the source location of log output. A `log(any text)` in the input sends the text in parenthesis to the debug console. | ||
|
||
## 0.20.0 | ||
* Use 1.23.0 version of Debug Adapter Protocol and libraries. | ||
|
||
## 0.19.0 | ||
* Add tslint | ||
* Use 1.19.0 version of Debug Adapter Protocol and libraries. | ||
|
||
## 0.18.2 | ||
* Added 'trace' attribute to launch configuration: set it to 'true' to enable logging of the Debug Adapter Protocol. | ||
|
||
0.1.0 First pre-release | ||
- The Debugger starting working now |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file not shown.
Oops, something went wrong.