View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002096 | Xdebug | Step Debugging | public | 2022-05-17 16:13 | 2022-06-06 08:41 |
Reporter | rastor | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
OS | MacOS Monterey | OS Version | 12.2.1 (21D62) | ||
Product Version | 3.1.4 | ||||
Summary | 0002096: xdebug.connect_timeout_ms not working | ||||
Description | Debug works well when listening is enabled on my PHP Storm IDE. When I disable it and try to run any script by php-cli or php-fpm it stops. xdebug configuration:
xdebug log:
strace log:
| ||||
Tags | No tags attached. | ||||
Operating System | Mac OS M1 | ||||
PHP Version | 7.4.20-7.4.29 | ||||
|
At this point, listening was already disabled |
|
These lines indicate that Xdebug could make a connection, but that that writing is timing out — that is not influenced by the This indicates that the write also succeeded, as it wrote the requested
The place where this goes wrong is reading form the socket:
(I presume you Ctrl-C'ed this). Is it possible that there is a firewall being annoying? |
|
Thanks for a quick response! Ok, but I cannot understand why a connection can be successfully created if the port was not opened on IDE. So it seems that a connection must not be established in this case. Is this correct?
yes
I don't think so, coz all works fine when listening is enabled on the IDE side.
I will try to make some tests.
It was definitely disabled. That was one of the first things that I checked. |
|
Sorry, I have som problems with formatting syntax |
|
No worries about the formatting, I've fixed that. You needed an empty line under ones that start with ">". |
|
Hey, I've updated PHP Storm to the latest version and haven't seen the issue for a few days now. I think the issue is no longer relevant. |
|
Thanks @rastor for letting me know. I'll close this then, as I have not heard from anybody else with this same issue. |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-05-17 16:13 | rastor | New Issue | |
2022-05-18 07:19 | rastor | Note Added: 0006308 | |
2022-05-18 10:26 | derick | Assigned To | => derick |
2022-05-18 10:26 | derick | Status | new => feedback |
2022-05-18 10:27 | derick | Note Added: 0006310 | |
2022-05-18 10:29 | derick | Note Edited: 0006310 | |
2022-05-18 11:17 | rastor | Note Added: 0006311 | |
2022-05-18 11:17 | rastor | Status | feedback => assigned |
2022-05-18 11:23 | rastor | Note Added: 0006312 | |
2022-05-18 12:55 | derick | Note Edited: 0006311 | |
2022-05-18 12:55 | derick | Note Edited: 0006311 | |
2022-05-18 12:56 | derick | Note Edited: 0006311 | |
2022-05-18 12:57 | derick | Note Added: 0006313 | |
2022-05-26 07:07 | rastor | Note Added: 0006320 | |
2022-06-06 08:41 | derick | Status | assigned => resolved |
2022-06-06 08:41 | derick | Resolution | open => unable to reproduce |
2022-06-06 08:41 | derick | Note Added: 0006323 |