xdebug - Eclipse Helios not stopping at breakpoints -


i upgraded eclipse galileo helios. helios stops @ breakpoints when debugging "as php script", not when debugging "as web page".

when debugging web page, looks correct debug query string start debug session getting tacked on url, so:

http://localhost/hello.php?xdebug_session_start=eclipse_dbgp &key=129798139020511

but elipse not stop @ breakpoints. zooms thru code , displays output in browser.

this xdebug configuration in php.ini works galileo, not working helios: (click here see entire xdebug config settings)

;extension=xdebug.so <-- needed? zend_extension=" /applications/mamp/bin/php5.3/lib/php/extensions/no-debug-no n-zts-20090626/xdebug.so " xdebug.remote_enable=on xdebug.remote_autostart=off xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 xdebug.idekey=  ; enable remote debugging zend_debugger.allow_hosts=127.0.0.1/32 zend_debugger.expose_remotely=always  

can post xdebug configuration works helios? if possible, can share xdebug portion of phpinfo() output? compare settings of xdebug configuration works on helios have.

i having exact same issue. did find bug reports breakpoints in galileo not being able used in helios. can helios stop on breakpoints @ times, have delete breakpoints , start debugging, , after add breakpoint. needless annoying. i'll try , find link saw , add here.

for i've gone galileo.

malks.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -