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!
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!
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.
Debug session was finished without being paused It may be caused by path mappings misconfiguration or not synchronized local and remote projects. To figure out the problem check path mappings configuration for tp51.localweb.cn server at PHP | Serv...
when making WeChat Mini Programs payment, the callback address must be an address available on the public network, so the code is put on the server. but when there is something wrong with the callback code, it is very tricky to debug. It is customary t...
based on the Lnmp environment of docker, I installed all the environments in one container. currently xdebug can be used normally; but we need xdebug.remote_host = visitor IP and our ip is constantly changing. this situation is very embarrassing. ...