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

Add debugging with dbgp protocol, a common debugging protocol ... https://xdebug.org/docs/dbgp #9480

Closed
1 task done
davidbuzz opened this issue Mar 18, 2024 · 3 comments
Closed
1 task done
Labels
editor Feedback for code editing, formatting, editor iterations, etc enhancement [core label]

Comments

@davidbuzz
Copy link
Contributor

Check for existing issues

  • Completed

Describe the feature

https://xdebug.org/docs/step_debug#clients
it works with Eclipse,NetBeans,PhpStorm,VSCode,VIM,Sublime, etc and for Zed to replace vscode for me, its an essential. :-)

If applicable, add mockups / screenshots to help present your vision of the feature

image
Xdebug uses this protocol for debugging php apps fopr example, and as a comparison, in vscode I have a configuration that looks like this:
image

@davidbuzz davidbuzz added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Mar 18, 2024
@davidbuzz
Copy link
Contributor Author

https://xdebug.org/docs/step_debug
xdebug and the dbgp protocol are pretty much inseparable, so its made for people who edit php files, and zed is an editor that edits php files. :)

@davidbuzz
Copy link
Contributor Author

there's a more specific 'debug all the things' ticket at #5065, but no-one there mentioned PHP/dbgp specifically, just noting the similarities.

@Moshyfawn
Copy link
Member

I believe this can be merged with #5307 for DAP support, but feel free to state otherwise. Be sure to +👍 and add any additional information you think it's missing.

Duplicate of

@Moshyfawn Moshyfawn closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2024
@Moshyfawn Moshyfawn added editor Feedback for code editing, formatting, editor iterations, etc and removed triage Maintainer needs to classify the issue labels Mar 19, 2024
@JosephTLyons JosephTLyons removed the admin read Pending admin review label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor Feedback for code editing, formatting, editor iterations, etc enhancement [core label]
Projects
None yet
Development

No branches or pull requests

3 participants