Skip to content

0.6.0

Compare
Choose a tag to compare
@mfussenegger mfussenegger released this 09 Apr 05:27
· 112 commits to master since this release
0.6.0

🐰🥚

What's Changed

  • Some improvements around startDebugging that should enable debug-adapters with a type=server+executable adapter definition to just work, without requiring extra logic in a adapter factory function. This enables vscode-js-debug support. See Debug Adapter Installation. (#877, #913)

  • Fixed some regressions introduced by the multi-session support. (#879, #882, #906)

  • Fixed a race condition that could cause run_to_cursor to fail if the session changed during its operation.

  • Fixed lines in scope widget going under a wrong group (#889)

  • Changed the stop handling to jump to the top frame if the same thread is already marked as stopped. This can be the case if the execution was resumed using a debug adapter specific REPL command instead of one of the nvim-dap step/continue commands. (#901)

  • Added a filter option to pick_process

New Contributors

Full Changelog: 0.5.0...0.6.0