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

Send proper DAP breakpoint to a given DAP server #759

Open
angelozerr opened this issue Jan 22, 2025 · 0 comments
Open

Send proper DAP breakpoint to a given DAP server #759

angelozerr opened this issue Jan 22, 2025 · 0 comments
Assignees
Labels
bug Something isn't working dap Debugging Adapter Protocol
Milestone

Comments

@angelozerr
Copy link
Contributor

If you define 2 DAP servers:

  • for JavaScript files (with VSCode JS Debug)
  • for go files (with Delve)

and you set breakpoints to JavaScript and Go files.

When a DAP server (ex: Delve for Go) is started, all DAP breakpoints (Go and JavaScript breakpoints both) are sent to the server (Delve must not receive breakpoints from JavaScript).

@angelozerr angelozerr added bug Something isn't working dap Debugging Adapter Protocol labels Jan 22, 2025
@angelozerr angelozerr added this to the 0.10.0 milestone Jan 22, 2025
@angelozerr angelozerr self-assigned this Jan 22, 2025
@angelozerr angelozerr moved this to Todo in Java Tooling Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dap Debugging Adapter Protocol
Projects
Status: Todo
Development

No branches or pull requests

1 participant