github mfussenegger/nvim-dap 0.6.0

latest releases: 0.10.0, 0.9.0, 0.8.0...
2 years ago

🐰🥚

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

Don't miss a new nvim-dap release

NewReleases is sending notifications on new releases.