View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001637 | Xdebug | Step Debugging | public | 2019-02-21 13:02 | 2019-06-15 16:09 |
| Reporter | neomerx | Assigned To | |||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Platform | Linux | OS | Manjaro | OS Version | 4.19.23 |
| Product Version | 2.7.0rc1 | ||||
| Summary | 0001637: Breakpoints in PhpStorm stopped working when xdebug switched from v2.7.0beta1 to v2.7.0rc1 | ||||
| Description | Issue How to reproduce
Working Environment
Non-Working Environment
xdebug.ini (real paths prefixes were replaced with ~)
Command that runs the test (real paths prefixes were replaced with ~)
Failed run log attached (real paths prefixes were replaced with ~). The app starts and just hangs. | ||||
| Tags | PHPStorm | ||||
| Operating System | |||||
| PHP Version | 7.3.2-7.3.4 | ||||
|
|
Noticable change is that beta used http in |
|
|
Which version of PhpStorm are you using? If you're not using the latest, I suggest upgrading, as this has been fixed in a newer PhpStorm 2018.3: https://youtrack.jetbrains.com/issue/WI-43622 |
|
|
2018.1 Shall I use some xdebug compatibility config option? |
|
|
There is no compatibility flag, but you can just update your PhpStorm to a later version. |
|
|
I still hope this compatibility issue will be resolved. |
|
|
Thanks for the advice Derick, but it's not for all. Just for you info why https://sales.jetbrains.com/hc/en-gb/articles/207240845-What-is-a-perpetual-fallback-license- |
|
|
Hi, I am not going to add more complexity to Xdebug with a new configuration setting. You can either upgrade PhpStorm to a newer version, or contact <a href="https://xdebug.org/support.php#email">support</a> to contract me to arrange a custom solution. As there is no bug in Xdebug itself, I'm closing this issue. cheers, |
|
|
I bet the whole 'fix' is 1 symbol in https://github.com/xdebug/xdebug/blob/7b72908dee6a8f58366f50fc4aa4fd88274938fb/php_xdebug.h#L27 with the only usage in https://github.com/xdebug/xdebug/blob/7b72908dee6a8f58366f50fc4aa4fd88274938fb/xdebug_handler_dbgp.c#L2216 I got your stance on this but still asking not to ruin backward compatibility. Especially if that's so easy. |