View Issue Details

IDProjectCategoryView StatusLast Update
0001182XdebugUncategorizedpublic2015-11-05 16:48
ReporterRyanNerd Assigned Toderick  
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.

Issue History

Date Modified Username Field Change
2015-08-30 05:18 RyanNerd New Issue
2015-08-30 05:36 RyanNerd Note Added: 0003171
2015-08-30 05:40 RyanNerd Tag Attached: PHP7
2015-08-30 05:41 RyanNerd Tag Attached: exit code 139
2015-08-30 05:41 RyanNerd Tag Attached: PHPStorm
2015-10-23 08:26 derick PHP Version 5.6-dev => 7.0RCx
2015-10-23 08:26 derick Note Added: 0003187
2015-10-23 08:26 derick Assigned To => derick
2015-10-23 08:26 derick Status new => feedback
2015-11-05 15:16 derick Note Added: 0003200
2015-11-05 16:42 RyanNerd Note Added: 0003202
2015-11-05 16:42 RyanNerd Status feedback => assigned
2015-11-05 16:48 derick Note Added: 0003203
2015-11-05 16:48 derick Status assigned => closed
2015-11-05 16:48 derick Resolution open => fixed
2015-11-05 16:48 derick Fixed in Version => 2.4.0beta1
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized