- Hotfix for github issue #51.
https://github.com/harold-b/vscode-duktape-debug/issues/51
- 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
- Support for duktape v2.* in addtion to v.1.5+.
- Support for files in subfolders (thanks @shaddockh). See: https://github.com/harold-b/vscode-duktape-debug/pull/21
- Update to current extension vscode API. See: https://github.com/harold-b/vscode-duktape-debug/issues/19
- Hotfix for github issues #10 & #11.
- Fixed 64-bit pointers being written incorrectly. This would cause a crash in the target host.
- Fixed sending empty eval expressions.
- 'stopOnEntry' works properly now.
- AppMessage notification is ignored, instead of throwing an exception.
- Added 'debugLog' config option to log all traffic.
- Fixed none-transpiled files not having their breakpoints properly set.