View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001265 | Xdebug | Uncategorized | public | 2016-02-05 16:36 | 2016-12-04 15:19 |
Reporter | exx8 | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Platform | WAMP | OS | windows | OS Version | 10 |
Product Version | 2.4.0rc4 | ||||
Summary | 0001265: xdebug crashes after ::__set_state(); | ||||
Description | It seems that xdebug crashes after stdClass::__set_state(); and won't let you keep monitoring the break points. | ||||
Additional Information | example: | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | |||||
PHP Version | 5.5.10-5.5.14 | ||||
|
Please refer to https://xdebug.org/support.php#remote for information on how to submit bugs related to remote debugging. This URL explains which information I require to debug this. |
|
I added logs, here is the script: break points were added along the code. |
|
Thanks for that! The logs don't show the setting of any breakpoints, or stepping through code at all. Do you actually step through the code with your IDE? When I run the code without any extensions loaded, all I am getting is the following:
Which makes sense, as the A class does not have __set_state() defined. The logs do however show that you are using PHP version 5.5.0-dev, which sounds like a pre-release version of something. |
|
Ping? |
|
Can't reproduce, and the requested information was not supplied. Please reopen this issue if the problem persists. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-02-05 16:36 | exx8 | New Issue | |
2016-02-08 19:02 | derick | Note Added: 0003446 | |
2016-02-08 19:02 | derick | Assigned To | => derick |
2016-02-08 19:02 | derick | Status | new => feedback |
2016-02-09 18:10 | exx8 | File Added: xdebug.logs | |
2016-02-09 18:11 | exx8 | Note Added: 0003470 | |
2016-02-09 18:11 | exx8 | Status | feedback => assigned |
2016-02-09 18:30 | derick | Note Added: 0003471 | |
2016-02-09 18:30 | derick | Status | assigned => feedback |
2016-02-27 15:59 | derick | Note Added: 0003526 | |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2016-12-04 15:19 | derick | Note Added: 0003901 | |
2016-12-04 15:19 | derick | Status | feedback => resolved |
2016-12-04 15:19 | derick | Resolution | open => unable to reproduce |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |