View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001897 | Xdebug | Step Debugging | public | 2020-11-26 19:21 | 2020-11-27 20:39 |
| Reporter | webflo | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| OS | * | OS Version | 11.0.1 | ||
| Product Version | 3.0.0RC1 | ||||
| Target Version | 3.0.1 | Fixed in Version | 3.0.1 | ||
| Summary | 0001897: Crash when removing a breakpoint | ||||
| Description | Hello, xdebug 3.0.0, PHP 7.4 on macOS. Step debugging works great, but if I remove a breakpoint during the debugging-session the php process dies. It does not depend on the script. It breaks on every script, even very simple ones. See the attachment. I use PhpStorm 2020.2.4 as IDE/Client. Error message php ./web/test.php | ||||
| Steps To Reproduce |
| ||||
| Additional Information | Xdebug Config xdebug.mode=debug PHP 7.4.13 (cli) (built: Nov 26 2020 05:06:10) ( NTS ) | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.4.0-7.4.4 | ||||
|
|
I did a test with Xdebug for VSCode https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug. Same problem. Thanks! |
|
|
Would you mind adding a log file through the xdebug.log setting? See https://xdebug.org/docs/all_settings#log |
|
|
Sure. Here is the log. |
|
|
|
|
|
Fixed in GIT ( |
|
|
Works great. Thanks! |