All settings are normal. I went through https://xdebug.org/wizard.php. phpize matched. I decided to reinstall it. My phpize with PHP 7.3 coincided with wizard. In phpinfo()
Xdebug is displayed. In php -v
as well. Even more, in PhpStorm it catches the connection.
The problem is that when I send a request to the server, with the listener turned on, my request does not reach the breakpoint, the request just hangs and nothing happens.
What could be the problem? Does anybody knows?
In general, I have no idea what could be the problem. I really need your help, help who knows what the trouble may be.
- I went through all the hints from https://xdebug.org/wizard.php
- In phpinfo() output everything is OK.
- Everything seems to be fine in the PhpStorm settings too. I did not change them, I always worked with those who stand now.