Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 988 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 988 Bytes

0.25.0

  • Added the 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 'ether 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.