Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dap): improve debugger integration with nvim-dap #455

Merged
merged 1 commit into from
Mar 16, 2025
Merged

fix(dap): improve debugger integration with nvim-dap #455

merged 1 commit into from
Mar 16, 2025

Conversation

sidlatau
Copy link
Collaborator

  • Made debugging integration more resilient when nvim-dap isn't installed
  • Improved documentation for debugger configuration
  • Restructured how debugger configurations are registered
  • Simplified setup process by making DAP configuration automatic

- Made debugging integration more resilient when nvim-dap isn't installed
- Improved documentation for debugger configuration
- Restructured how debugger configurations are registered
- Simplified setup process by making DAP configuration automatic
@sidlatau sidlatau linked an issue Mar 16, 2025 that may be closed by this pull request
@sidlatau sidlatau merged commit 8edcdab into main Mar 16, 2025
5 of 7 checks passed
@sidlatau sidlatau deleted the dap branch March 16, 2025 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

README suggests deprecated way of configuring debug using launch.json
1 participant