View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001869 | Xdebug | Step Debugging | public | 2020-10-27 13:33 | 2021-03-17 08:40 |
| Reporter | derick | Assigned To | derick | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | unable to reproduce | ||
| Summary | 0001869: Blocked debugging with dbgpClient | ||||
| Description | xdebug configuration in php.ini
run command in Terminal(T1):
the output as follow:
then I use postman client to request the API, the T1 Ternimal output as follow:
and open another Ternimal(T2), check xdebug's log:
that means the debug session established, it works. but after a while (without stats) the T1 output: then I request again in postman, T1 output as follow:
that means the request is successful captured. but from now on ,T1 is blocked, not response to any keyboard input, even with CTR + C. I have to open another Ternimal to kill the blocked DBGp Client and run it again. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.4.0-7.4.4 | ||||
|
|
I don't really know what postman is --- could you try to reproduce this with two simple command line scripts in two different terminals instead? The demo scripts could just be something simple as
|
|
|
Apparently I'm the reporter (I doubt it), but I can't remember this, and there is no feedback either, so I'm closing it out. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-10-27 13:33 | derick | New Issue | |
| 2020-11-03 17:39 | derick | Assigned To | => derick |
| 2020-11-03 17:39 | derick | Status | new => feedback |
| 2020-11-03 17:39 | derick | Note Added: 0005497 | |
| 2021-03-17 08:40 | derick | Status | feedback => resolved |
| 2021-03-17 08:40 | derick | Resolution | open => unable to reproduce |
| 2021-03-17 08:40 | derick | Note Added: 0005722 |