View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000606 | Xdebug | public | 2010-08-11 11:52 | 2011-08-13 15:18 | |
Reporter | degoo | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.1.0 | ||||
Summary | 0000606: evaluate a $this->... expression when $this is not accesible crash xdebug | ||||
Description | <?php $a = new my_class(); | ||||
Additional Information | seems if $this is undefined, if a eval command is sent, xdebug crash | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | |||||
PHP Version | 5.3.3 | ||||
|
Please provide:
|
|
<?php try to evaluate expression "$this->property" while staying on breakpoint - it will cause crash. Related issue from PhpStorm tracker - http://youtrack.jetbrains.net/issue/WI-5525 |
|
I've found an ugly way for this, could you please try the following patch: |
|
Fixed for 2.1.3 and 2.2dev. |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-08-11 11:52 | degoo | New Issue | |
2010-08-11 11:52 | degoo | PHP Version | => 5.3.3 |
2010-08-11 11:52 | degoo | Xdebug Version | => 2.1.0 |
2010-08-13 08:27 | derick | Note Added: 0001557 | |
2010-08-13 08:27 | derick | Status | new => feedback |
2011-04-29 16:31 | nnmatveev | Note Added: 0001730 | |
2011-04-29 16:32 | nnmatveev | File Added: xdebug.log | |
2011-08-01 20:56 | derick | Relationship added | has duplicate 0000704 |
2011-08-03 22:49 | derick | Note Added: 0001770 | |
2011-08-13 15:18 | derick | Note Added: 0001775 | |
2011-08-13 15:18 | derick | Status | feedback => closed |
2011-08-13 15:18 | derick | Assigned To | => derick |
2011-08-13 15:18 | derick | Resolution | open => fixed |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |