- Improved the launch configuration snippet and added a
"stopOnEntry": true
.
- Added the
"multi-root ready"
keyword.
- Add support for starting a debug session without a launch configuration.
- Require 1.17 version of VS Code.
- Added supported for creating and deleting breakpoints from the REPL. Use
new 123
to create a breakpoint in line 123, anddel 123
to delete it. - Use 1.24.0 version of Debug Adapter Protocol and libraries.
- Refactored the 'Mock Debugger' functionality into a separate class. This makes it more obvious how a debug adapter 'adapts' to a debugger or runtime.
- Shows the source location of log output. A
log(any text)
in the input sends the text in parenthesis to the debug console.
- Use 1.23.0 version of Debug Adapter Protocol and libraries.
- Add tslint
- Use 1.19.0 version of Debug Adapter Protocol and libraries.
- Added 'trace' attribute to launch configuration: set it to 'true' to enable logging of the Debug Adapter Protocol.