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

Feature request: Debug Adapter Protocol (DAP) support. #101

Closed
carlosplanchon opened this issue Jun 2, 2022 · 1 comment
Closed

Feature request: Debug Adapter Protocol (DAP) support. #101

carlosplanchon opened this issue Jun 2, 2022 · 1 comment

Comments

@carlosplanchon
Copy link

I don't know if it would be possible given the actual structure of the code or this project, but I saw about DAP this morning and I remembered birdseye.

The idea behind the Debug Adapter Protocol (DAP) is to abstract the way how the debugging support of development tools communicates with debuggers or runtimes into a protocol.

https://microsoft.github.io/debug-adapter-protocol/

@alexmojaki
Copy link
Owner

I don't think they're conceptually compatible since birdseye isn't like a traditional debugger. It doesn't pause in the middle of execution at some breakpoint and wait for you to step through lines of code.

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

No branches or pull requests

2 participants