View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001585 | Xdebug | Step Debugging | public | 2018-10-31 12:36 | 2018-11-21 10:00 |
| Reporter | nikeos | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| OS | Windows | OS Version | Windows 8.1 | ||
| Product Version | 2.7.0beta1 | ||||
| Summary | 0001585: Hung out on step over for PHP7.3 + Nginx + Windows 8.1 | ||||
| Description | Trying to debug php script run as phpfcgi with nginx on windows. | ||||
| Steps To Reproduce | Install configure and run php-fcgi with nginx (https://www.nginx.com/resources/wiki/start/topics/examples/phpfastcgionwindows/) | ||||
| Additional Information | Tools: nginx.conf worker_processes 1; http {
$document_root$fastcgi_script_name; XDebug config in attached php.ini file | ||||
| Tags | No tags attached. | ||||
| Operating System | Windows 8.1 | ||||
| PHP Version | 7.3-dev | ||||
|
|
Replaced Nginx by Apache 2.4.37 and checked xDebug behavior. Nothing changes. Still Time-out connecting to client. |
|
|
Finally:
P.S. Maybe it's a problem of PHPStorm not xDebug but i have no idea how to check it. |
|
|
UPD. Problem localized. Seems it not work after xdebug commit on Sep 20, 2018 "Change http://xdebug.org to https://xdebug.org everywhere" |
|
|
UPD https://xdebug.org/dbgp/xdebug - return 404 |
|
|
I ran into this myself, and found out it was a bug in PhpStorm: https://youtrack.jetbrains.com/issue/WI-43622 — their latest EAP version has it fixed, and can be downloaded from https://www.jetbrains.com/phpstorm/nextversion/ As this is not a bug in Xdebug, I will be closing this report. I will make sure that URL exists though (and redirects to https://xdebug.org/docs-dbgp.php). Thanks for filing it! |