Note that there are some explanatory texts on larger screens.

plurals
  1. POPHPStorm unable to make external connection with xdebug
    primarykey
    data
    text
    <p>My OS is Mac Mountain lion.</p> <p>My PhpStorm version is 5.0.4.</p> <p>Here is my php xdebug info:</p> <ul> <li>xdebug.remote_autostart => Off => Off</li> <li>xdebug.remote_connect_back => Off => Off</li> <li>xdebug.remote_cookie_expire_time => 3600 => 3600</li> <li>xdebug.remote_enable => On => On</li> <li>xdebug.remote_handler => dbgp => dbgp</li> <li>xdebug.remote_host => 127.0.0.1 => 127.0.0.1</li> <li>xdebug.remote_log => data/logs/xdebug.log => data/logs/xdebug.log</li> <li>xdebug.remote_mode => req => req</li> <li>xdebug.remote_port => 9000 => 9000</li> <li>xdebug.idekey => no value => no value</li> </ul> <p>I can debug PhpScript Run Type in PhpStorm,It works fine.So I think xdebug configure well.</p> <p>But after I try follow the "Zero Configure Debug"(Which with Webapplication Run Type),Phpstorm can not connect with the incoming connection.</p> <p>Here is my step:</p> <ol> <li>Click Start Listion Php Connection.(Toggle the call to green)</li> <li>Click Run->Break at first line in PhpScript,and set breakpoint at first statement.</li> <li>Choose My WebApplication Config and click Debug button.Then it launches chrome and link to my phpscript.(with ?XDEBUG_SESSION_START=19869)</li> <li>In PhpStorm,Debugger shows Waiting for incoming connection with ide key '19869'.</li> <li>In termial,print<code>lsof -i4TCP:9000</code>. <blockquote> <p>COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME <br> webide 288 wangfeng 69u IPv6 0xa83881cdce30c579 0t0 TCP *:cslistener (LISTEN)</li> <li><p>Open Chrome's Developer Tool,Select Cookies.</p></p> </blockquote> <blockquote> <p>XDEBUG_SESSION 19869 localhost / Wed, 30 Jan 2013 05:27:17 GMT 19</p> </blockquote></li> <li>Refresh Chrome.Not able connect with PhpStorm debug connection.</li> </ol> <p>Additional:</p> <ul> <li>My firewall was closed.</li> <li>My Server is nginx.My phpwebapp and server is all at my local machine.</li> </ul> <p>Does it cause ipv6?</p> <p>Hopes help!I have try everything,extensions bookmarklets,not work at all.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload