View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001198 | Xdebug | Uncategorized | public | 2015-11-07 22:13 | 2015-11-20 17:46 |
Reporter | rasta | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | resolved | Resolution | unable to reproduce | ||
Platform | Mac | OS | OS X | OS Version | 10.11.1 |
Product Version | 2.4.0beta1 | ||||
Summary | 0001198: Using PHPStorm with PHP 7 RC1 and xdebug 2.4.0beta1 break points are passed by including setting break point at start of script | ||||
Description | I'm using PHPSTORM 10 and Homebrew PHP 7.0RC6 Compiled the latest release of xdebug and was able to get PHPStorm 10 with PHP 7 RC6 as the interepeter to recognize the xdebug.so module and load it without errors. Ran a Symfony 2 app in debug mode (from web and from console), but all break points are ignored. Configured to always break on start and that too is ignored. Switched PHPStorm 10 works great with php 5.6 and xdebug btw. | ||||
Steps To Reproduce | Use any tested application. Build PHP 7.0.0RC6 if you haven't already. brew install php70 --with-homebrew-curl --with-homebrew-libxslt --with-postgresql Build xdebug 2.4.0beta1, set the php.ini file etc. brew install php70-xdebug xdebug.ini: [xdebug] debug.remote_enable=on xdebug.max_nesting_level = 1000 Configure PHPStorm to use PHP 7.0.0RC1 as the interpreter and make sure xdebug is configured as the debugger. Configure a run debugger to start with test.php and run test.php in debug mode. | ||||
Additional Information | php -v PHP 7.0.0RC6 (cli) (built: Nov 7 2015 00:37:15) ( NTS ) | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.0.0rc6 | ||||
|
Somehow by mistake this task is tagged as a PHP 5.6 Issue, it should be changed to PHP 7 |
|
Just updating the PHP version. |
|
This is unlikely to be a bug. Please contact PHP Storm support to figure out why it doesn't work, as locally, it works just perfectly. |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-11-07 22:13 | rasta | New Issue | |
2015-11-09 19:09 | rasta | Note Added: 0003221 | |
2015-11-18 22:34 | derick | PHP Version | 5.6.10-5.6.14 => 7.0.0rc6 |
2015-11-18 22:34 | derick | Note Added: 0003234 | |
2015-11-20 17:46 | derick | Note Added: 0003238 | |
2015-11-20 17:46 | derick | Status | new => resolved |
2015-11-20 17:46 | derick | Resolution | open => unable to reproduce |
2015-11-20 17:46 | derick | Assigned To | => derick |
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 |