Skip to content

Releases: harold-b/vscode-duktape-debug

Release v0.5.6

12 Nov 00:05
Compare
Choose a tag to compare

Now published in VSCode marketplace.

Changelog

  • Hotfix for dukRemoteRoot option to fix breakpoints.
  • Updated launch.json and instructions for contributions and local debugging the extension.

Release v0.5.5

11 Nov 21:59
Compare
Choose a tag to compare

Now published in VSCode marketplace.

Changelog

  • Fix dukRemoteRoot option so that it removes prefix before caching
  • Improve debugging experience by passing option to embed debug adapter from NODE_ENV
  • Fix mappings.wasm issue which required it being located at /mappings.wasm

Release v0.5.4

10 Nov 21:13
Compare
Choose a tag to compare

Now published in VSCode marketplace.

Changelog

  • Dynamically resize input buffer when if it is too small to hold all input data
  • Check in sourceRoots and outDir when matching paths for source maps.

Release v0.5.3

10 Nov 20:23
Compare
Choose a tag to compare

Now published in VSCode marketplace.

Changelog

  • Added dukRemoteRoot option, fixes #52

Release v0.5.2

10 Nov 19:45
Compare
Choose a tag to compare

Now published in VSCode marketplace.

Changelog

  • Fix issue with webpack config for marketplace publishing
  • Add some logging for paths when resolving source maps

Release v0.5.1

08 Nov 14:32
Compare
Choose a tag to compare

Now published in VSCode marketplace.

Changelog

  • Possible fix for some issues given in #51

Release v0.5.0

03 May 10:14
Compare
Choose a tag to compare

Now published in VSCode marketplace.

Changelog

  • Support for multiple source roots (Thanks @lapitskyartem)
  • Fix breakpoints race condition (Thanks @koush)
  • Fix source map resolution
  • Fix initialisation order
  • Add ability to set variable through debugger
  • Simplify debugging with compound launch task and DebugAdapterDescriptorFactory
  • Use Webpack for extension bundling