debugging - NetBeans and Zend Framework debug -


i need debug zend project netbeans it's not work.

my configuration in php.ini:

; xdebug extension  zend_extension = "c:/wamp/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5-5.5-vc11-x86_64.dll" ; [xdebug] xdebug.remote_enable = off xdebug.profiler_enable = off xdebug.profiler_enable_trigger = off xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "c:/wamp/tmp" xdebug.show_local_vars=0 

these not work:

xdebug.remote_enable = on xdebug.profiler_enable = on xdebug.profiler_enable_trigger = on {...} 

any suggestions?

there 2 php.ini in wamp server 1 reside in apache folder , other 1 reside in php folder. have apply changes on both php.ini.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -