2 Replies Last post: Feb 6, 2013 6:50 PM by Luke Mackenzie  
Luke Mackenzie Newbie 5 posts since
Aug 11, 2012
Currently Being Moderated

Feb 6, 2013 3:06 PM

Unable to debug a header() redirect in PHPStorm

I was caught out yesterday by the fact that PHPStorm would not continue a remote debugging session when it reached a header ('Location: <url>) call. A colleague using Netbeans was able to catch something which I missed as the Netbeans debugger followed the redirect.

 

Is there a setting I am missing somewhere?

Leighton Smith Newbie 32 posts since
Apr 22, 2011
Currently Being Moderated
Feb 6, 2013 6:42 PM in response to: Luke Mackenzie
Re: Unable to debug a header() redirect in PHPStorm

Hello:

This problem was related to xdebug not phpstorm and solved for me a while back by installing/running latest version of xdebug.

More Like This

  • Retrieving data ...