Remote XDebug with Aptana and Zend Framework -


okay, i'm killing myself on this. i've been trying every single tutorial can , still not luck. aptana "waiting xdebug session".

i have xdebug setup on remote server on port 9000.

xdebug.remote_enable=on xdebug.remote_host="localhost" xdebug.remote_port=9000 xdebug.remote_handler="dbgp" xdebug.remote_mode="jit" 

this seems correct , phpinfo makes correct. went aptana set , of tutorials involve localhost in way. maybe severely overlooking component of xdebug (can debug local?). there no way have application run locally because running nontraditional stack items don't want install this.

i have setup aptana php interpreter: http://grab.by/pomm have setup aptana remote server using base url , local file document root have chrome xdebug helper turned on using key eclipse_dbgp

aptana still waiting xdebug session. please help!

here relevant part of (working) php.ini:

zend_extension=/usr/local/zend/lib/php_extensions/xdebug.so xdebug.remote_enable=on xdebug.remote_log="/var/log/xdebug.log" xdebug.remote_host=localhost xdebug.remote_handler=dbgp xdebug.remote_port=9000 xdebug.remote_autostart=1 xdebug.remote_connect_back=1 

note, there several differences between config , mine:

  • you enclose many of vars quotes
  • "on" should "on" (without quotes)
  • there no reference auto_start or connnect_back

try making changes , see if you.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -