Breakpoint still stopping after being deleted
Good day,
I have the same issue. Worst, if I try to disable all break, running page fail in the browser and I need to stop and restart debugging session. Removing break points only hide the red dot. The break point is still happening.
I'm using PHPStorm 2020.3.2 with Docker 3.1.0 on macOS V10.14.6 with Safari 14.0.2
My PHP teacher had the same issue with the same environment.
Thank you.
Please sign in to leave a comment.
> I have the same issue
The same as ...?
Please enable XDebug logging as described here.
Reproduce the issue, attach screenshots that would illustrate the problem step-by-step and attach the xdebug.log file.
I found out that I need to wait until the red dot check mark is cleared before removing it. That the check mark is gone and the red dot is plain.
Thank you.