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 | |||
| 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. | ||||
| 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. |