Strange problems when debugging PHP code with PhpStorm + Xdebug

PhpStorm + Xdebug debug PHP code, after startup:

"Break at first line in PHP scripts" :


:

F8 (Step Over )

Step OverStep Over:

(disabled:

who has encountered similar problems? How to solve it?

thank you!

Jun.22,2022

I have the same problem. I can connect, but it all turns gray at the click of a single step debug button. Do not know what reason


just tried the situation you said, did not reproduce, I suggest that after the button is grayed out, wait a little, because you are using Step Over, directly in this file down the execution, in the process of running xdebug, it will be a little slow, so it may not be terminated, but in the process of execution.

Menu