View Issue Details

IDProjectCategoryView StatusLast Update
0001225XdebugUncategorizedpublic2015-12-14 20:19
Reporterjanlanger Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version2.4.0rc2 
Fixed in Version2.4.0rc3 
Summary0001225: PHP7 x64 xdebug RC2 in PHPStorm - no local variables shown
Description

PHP 7.0 x64 TS with xdebug 2.4.0RC2

In PHPStorm 10, there are no local variables shown when debugging. I've reported the issue to Jetbrains but they said that the bug is not in their product. Also is reproducible only with 64-bit PHP.

Issue in Jetbrains bugtracker - https://youtrack.jetbrains.com/issue/WI-30010

TagsNo tags attached.
Operating System
PHP Version7.0.0-7.0.4

Activities

JProof

2015-12-11 14:49

reporter   ~0003317

Same issue that i had posted on wrong department?
https://devnet.jetbrains.com/message/5565542

janlanger

2015-12-11 14:59

reporter   ~0003318

@JProof: That's not the same issue. This happens only with PHP 7.0 x64 with xdebug 2.4.0RC2

mumu

2015-12-11 17:52

reporter   ~0003321

Last edited: 2015-12-11 17:52

I have also noticed this on Windows 10 / Apache Lounge / fcgi / PHP 7.0.0 RTM x64 NTS VC14 / xdebug 2.4.0RC2 / phpStorm 10.0.2.

derick

2015-12-12 21:32

administrator   ~0003328

I just released Xdebug 2.4.0RC3, which hopefully addresses stability issues on Windows: http://xdebug.org/#2015_12_12 — Can you please try that? Make also sure you run this with PHP 7.0.0 (or later), and not a PHP 7 Release Candidate.

In case it does not solve the problem, please provide a full but short reproducible test case that I can run myself. That includes hopefully a single script, and an accompanying remote debugging log (which you can make by setting xdebug.remote_log=c:\windows\temp\xdebug.log in php.ini).

janlanger

2015-12-14 16:57

reporter   ~0003340

It works, thanks!

derick

2015-12-14 20:19

administrator   ~0003342

Great, let me close this then :-)