View Issue Details

IDProjectCategoryView StatusLast Update
0001182XdebugUncategorizedpublic2015-11-05 16:48
ReporterRyanNerd Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSMintOS Version17.2
Fixed in Version2.4.0beta1 
Summary0001182: Using PHPStorm with PHP 7 RC1 and xdebug 3.0-dev break points are passed by including setting break point at start of script
Description

Compiled today's release of xdebug 3-dev and was able to get PHPStorm 9.0.2 with PHP 7 RC1 as the interepeter to recognize the xdebug.so module and load it without errors. Created a simple test app set a break point and ran in debug mode, but all break points are ignored. Configured to always break on start and that too is ignored.
Switched PHPStorm to use the PHP 5.6.12-1 as the interpreter and no issues.

Steps To Reproduce

Create a simple 3 or 4 line PHP test program.
Build PHP 7.0.0RC1 if you haven't already.
Build xdebug 3.0-dev from today's build run phpize, set the php.ini file etc.
Configure PHPStorm to use PHP 7.0.0RC1 as the interpreter and make sure xdebug is configured as the debugger.
Set a break point n the test.php file.
Configure a run debugger to start with test.php and run test.php in debug mode.
Observe that all break points are ignored.
Even setting PHPStorm to break at start of the script does not work.

Additional Information

Output from php -v
PHP 7.0.0RC1 (cli) (built: Aug 25 2015 02:32:15)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v3.0.0-dev, Copyright (c) 1998-2015 Zend Technologies
with Xdebug v3.0.0-dev, Copyright (c) 2002-2015, by Derick Rethans

Tagsexit code 139, PHP7, PHPStorm
Operating SystemMint 17.2
PHP Version7.0RCx

Activities

RyanNerd

2015-08-30 05:36

reporter   ~0003171

I forgot to mention the exit code is 139 which I think is a segmentation fault or a memory related issue.

derick

2015-10-23 08:26

administrator   ~0003187

Can you try this with the latest Xdebug from GIT? Everything (besides code coverage) should work now.

derick

2015-11-05 15:16

administrator   ~0003200

Ping?

RyanNerd

2015-11-05 16:42

reporter   ~0003202

This issue can be closed. Thanks.

derick

2015-11-05 16:48

administrator   ~0003203

Awesome. Marking as fixed in 2.4.0beta1 then.