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

'd' is not deleting conditional breakpoints #19

Open
ksjogo opened this issue Sep 3, 2016 · 3 comments
Open

'd' is not deleting conditional breakpoints #19

ksjogo opened this issue Sep 3, 2016 · 3 comments
Assignees

Comments

@ksjogo
Copy link
Collaborator

ksjogo commented Sep 3, 2016

No description provided.

@mallt
Copy link
Contributor

mallt commented Sep 6, 2016

@ksjogo Do you mean geben-unset-breakpoint-line is not unsetting conditional breakpoints (it seems to be bound to u by default)?

If I set a conditional breakpoint interactively, geben asks for a line number, but the text seems to give the option to leave the line number blank as well:
"Line number to evaluate (blank means entire file): "

When I leave it blank I receive an error however, so it seems it's not possible to set a conditional breakpoint for which the condition will be checked in the entire file, instead of just for a specific line?

@ahungry Do you know perhaps if it should be possible to set conditional breakpoints for an entire file?

@ksjogo
Copy link
Collaborator Author

ksjogo commented Sep 6, 2016

Was mainly a note to myself to look into it later, had a rather long xdebug session on Saturday to track down a hard php crash.
With d I meant the delete in the breakpoint list C-c b

Yes, that file conditional should be possible as described in https://xdebug.org/docs-dbgp.php#breakpoints

@mallt
Copy link
Contributor

mallt commented Sep 7, 2016

Ok thanks for the info. Does that file conditional breakpoint work for your setup? I always get a "invalid or missing options" error.

@ksjogo ksjogo self-assigned this Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants