0.6.0
🐰🥚
What's Changed
-
Some improvements around
startDebugging
that should enable debug-adapters with atype=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
- @ktakiman made their first contribution in #889
- @ArtAndreev made their first contribution in #900
Full Changelog: 0.5.0...0.6.0