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

Enable data-breakpoints #185985

Closed
Ernestopheles opened this issue Jun 23, 2023 · 1 comment
Closed

Enable data-breakpoints #185985

Ernestopheles opened this issue Jun 23, 2023 · 1 comment
Assignees

Comments

@Ernestopheles
Copy link

I am missing a feature to set a halt globally when a variable changes its value or reaches a defined value.
It is only possible by setting a line breakpoint right now. I wish it could be set global.

VSCode PHP XDebug all latest versions.

@roblourens
Copy link
Member

Data breakpoints are supported by vscode and the debug adapter protocol and need to be implemented by debug extensions, so you can file this against the debug extension

@github-actions github-actions bot locked and limited conversation to collaborators Aug 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants