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 | derick | ||
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. | ||||
Attached Files | |||||
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! |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-10-31 12:36 | nikeos | New Issue | |
2018-10-31 12:36 | nikeos | File Added: php.ini | |
2018-11-02 12:18 | nikeos | Note Added: 0004719 | |
2018-11-02 13:09 | nikeos | Note Added: 0004720 | |
2018-11-02 20:54 | nikeos | Note Added: 0004721 | |
2018-11-05 10:08 | nikeos | Note Added: 0004722 | |
2018-11-21 10:00 | derick | Note Added: 0004726 | |
2018-11-21 10:00 | derick | Status | new => resolved |
2018-11-21 10:00 | derick | Resolution | open => fixed |
2018-11-21 10:00 | derick | Assigned To | => derick |
2020-03-12 16:33 | derick | Category | Remote Debugging => Step Debugging |