Replies: 1 comment
-
It is correct that currently, one must set the breakpoints before starting the debugging process. However, this is not a limitation of ReactPHP, but rather of Xdebug itself. I am aware that this issue has been discussed in conversations with Derick Rethans. Here is also a Xdebug update where that issue is mentioned: Xdebug Update: October 2023 — Derick Rethans. Unfortunately, it is still not clear when this problem will be addressed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Everytime I'm debugging and I want a new breakpoint somewhere, I have to restart the ReactPHP process so when it runs, Xdebug get to update its breakpoint references, otherwise the new breakpoint will not take effect. How do you handle that, is there a way to tell Xdebug to update the breakpoints manually?
Beta Was this translation helpful? Give feedback.
All reactions