View Issue Details

IDProjectCategoryView StatusLast Update
0000762XdebugUncategorizedpublic2012-03-28 09:37
Reporternnmatveev Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2.1.4 
Summary0000762: xdebug crashes after evaluation of specific expression in the specific context
Description

subj
based on http://youtrack.jetbrains.net/issue/WI-7771

Steps To Reproduce

The issue is always reproducible on the same code base
1) install http://myopencart.googlecode.com/files/ocstore_v0.2.2.zip
2) put breakpoint at \catalog\controller\information\information.php:4
3) stop at the breakpoint
4) Evaluate expression '$this->registry->data'(PhpStorm will actually evaluate the following: $GLOBALS['IDE_EVAL_CACHE']['a53566f5-c187-4868-9930-592f7b41a740']=$this->registry->data)

Additional Information

Please let me know if I can provide some kind of debug information for you

TagsNo tags attached.
Operating System
PHP Version5.3.8

Activities

derick

2011-12-16 13:51

administrator   ~0001884

Can you please try the latest version from github? I am pretty sure I fixed this.

nnmatveev

2011-12-16 14:59

reporter   ~0001886

Ok, I will try it. Thanks!

nnmatveev

2011-12-16 15:02

reporter   ~0001887

derick, is there any instruction how to build Xdebug if you are on Windows?

nnmatveev

2011-12-16 15:07

reporter   ~0001888

Another issue from PhpStorm tracker about the same problem - http://youtrack.jetbrains.net/issue/WI-8459
xdebug1.log and xdebug1_problem_expressions.txt attached

derick

2012-02-29 13:10

administrator   ~0001931

This should be fixed in 2.1.3, please test it.

derick

2012-03-16 22:11

administrator   ~0001991

Could you please test whether this works with Xdebug 2.1.4?

nnmatveev

2012-03-28 09:24

reporter   ~0002023

Sorry for delay. I've just checked it with Xdebug 2.1.4 and can confirm that it is fixed. Thanks!

derick

2012-03-28 09:37

administrator   ~0002024

Closing then!