View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001289 | Xdebug | Uncategorized | public | 2016-03-30 15:23 | 2016-05-10 19:45 |
| Reporter | agemmell | Assigned To | |||
| Priority | high | Severity | block | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| OS | OSX | OS Version | 10.10.5 | ||
| Product Version | 2.4.0 | ||||
| Summary | 0001289: Not breaking at breakpoints | ||||
| Description | Xdebug appears to be fully enabled and logging information to a file but PHPStorm is not detecting the connection and so isn't stopping at breakpoints. | ||||
| Steps To Reproduce | In PHPStorm, activate the "Listen for debug connections" button. | ||||
| Additional Information | I'm a long time user of xdebug and this is the first time I've been completely stumped at how to resolve it not working! I setup xdebug with the same INI directives I always use: Here is my test script I am using - I have breakpoints set on lines 3 and 4: I tail the xdebug-remote.log file when trying to connect and can see xdebug doing something but PHPStorm doesn't react at all. Here is the output from debug connection attempt: Log opened at 2016-03-30 15:17:31 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="break" reason="ok"><xdebug:message filename="file:///Users/alexgemmell/sites/untitled/test.php" lineno="10"></xdebug:message></response> -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response> Log closed at 2016-03-30 15:17:31 | ||||
| Tags | No tags attached. | ||||
| Operating System | OSX 10.10.5 | ||||
| PHP Version | 7.0.0-7.0.4 | ||||
|
|
FYI I am using PHPStorm 10.0.3 |
|
|
I resolved this. I did a LOT of changing things around but finally got to a configuration that worked. Here's a listof things I changed:
That seemed to do the trick! |
|
|
I am not sure what that could be. Xdebug would not start running without |