View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001707 | Xdebug | Step Debugging | public | 2019-10-01 15:24 | 2019-12-08 11:22 |
| Reporter | manzwebdesigns | Assigned To | |||
| Priority | high | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | duplicate | ||
| OS | Windows | OS Version | 10 (1903) | ||
| Product Version | 2.8.0beta2 | ||||
| Summary | 0001707: Symfony server crashes on click during debug session | ||||
| Description | I am using PHPStorm 2019.2.3 as my IDE and the Symfony webserver. When I am debugging and try to hightlight some code to evaluate, the server crashes (see attached screenshot). This happens everytime... as soon as I click the code, the server dies. | ||||
| Tags | PHPStorm, Symfony | ||||
| Operating System | Windows 10 | ||||
| PHP Version | 7.3.5-7.3.9 | ||||
|
|
Hi @manzwebdesigns, This was reported yesterday by Svetlana https://bugs.xdebug.org/view.php?id=1708 https://youtrack.jetbrains.com/issue/WI-48177 -- |
|
|
Note: see the PHPStorm issue for a work around. |
|
|
Yeah, I saw that. It is very similar, I think... I did notice this morning that my issue also happens on hover instead of on click... and then only on objects. For example, on Svetlana's issue [https://bugs.xdebug.org/view.php?id=1708], it looks like it is happening on an object just like mine.
functions used...
HTH, |
|
|
Oh looks like you actually reported it first... not that it matters. My mistake though. It is a frustrating issue and hope it is fixed soon! |
|
|
No problem! My workaround was to step into the function and look at it from there. |
|
|
I have fixed 0001708 in GitHub (xdebug_2_8 and master branch). That should also address this one. Can you please test that? |
|
|
Duplicate of 0001708, which should be fixed in Xdebug 2.8.0. I'm closing this as the requested feedback was not received, and I believe this has been addressed. |
|
|
Sorry about that, Derick, I did test it and you are correct it has been fixed. Thanks! |