php - Xdebug with NetBeans Linux Mint stops at waiting for connection -


can't xdebug work netbeans on pc linux mint , nginx.

i've installed xdebug recommended in https://xdebug.org/wizard.php.

in php.ini have lines - tried many combinations netbeans shows "waiting connection (netbeans-xdebug)", result same: debugging in netbeans ends waiting connection (nebeans-xdebug)

zend_extension = /usr/lib/php/20151012/xdebug.so xdebug.show_error_trace = 1 xdebug.remote_enable = on xdebug.remote_handler=dbgp xdebug.remote_autostart = 1 xdebug.idekey = "netbeans-xdebug" xdebug.remote_log = "/home/pop/xdebug.log" xdebug.remote_port=9002 xdebug.extended_info=1 xdebug.remote_connect_back=1 ;xdebug.remote_host=10.251.4.140 xdebug.remote_host=127.0.0.1 ;xdebug.remote_host="localhost" xdebug.profiler_enable=0 xdebug.profiler_enable_trigger=1 

xdebug section php -i (port on netbeans set 9002)

xdebug.auto_trace => off => off xdebug.cli_color => 0 => 0 xdebug.collect_assignments => off => off xdebug.collect_includes => on => on xdebug.collect_params => 0 => 0 xdebug.collect_return => off => off xdebug.collect_vars => off => off xdebug.coverage_enable => on => on xdebug.default_enable => on => on xdebug.dump.cookie => no value => no value xdebug.dump.env => no value => no value xdebug.dump.files => no value => no value xdebug.dump.get => no value => no value xdebug.dump.post => no value => no value xdebug.dump.request => no value => no value xdebug.dump.server => no value => no value xdebug.dump.session => no value => no value xdebug.dump_globals => on => on xdebug.dump_once => on => on xdebug.dump_undefined => off => off xdebug.extended_info => on => on xdebug.file_link_format => no value => no value xdebug.force_display_errors => off => off xdebug.force_error_reporting => 0 => 0 xdebug.halt_level => 0 => 0 xdebug.idekey => netbeans-xdebug => netbeans-xdebug xdebug.max_nesting_level => 256 => 256 xdebug.max_stack_frames => -1 => -1 xdebug.overload_var_dump => 2 => 2 xdebug.profiler_aggregate => off => off xdebug.profiler_append => off => off xdebug.profiler_enable => off => off xdebug.profiler_enable_trigger => on => on xdebug.profiler_enable_trigger_value => no value => no value xdebug.profiler_output_dir => /tmp => /tmp xdebug.profiler_output_name => cachegrind.out.%p => cachegrind.out.%p xdebug.remote_addr_header => no value => no value xdebug.remote_autostart => on => on xdebug.remote_connect_back => on => on xdebug.remote_cookie_expire_time => 3600 => 3600 xdebug.remote_enable => on => on xdebug.remote_handler => dbgp => dbgp xdebug.remote_host => 127.0.0.1 => 127.0.0.1 xdebug.remote_log => /home/pop/xdebug.log => /home/pop/xdebug.log xdebug.remote_mode => req => req xdebug.remote_port => 9002 => 9002 xdebug.scream => off => off xdebug.show_error_trace => on => on xdebug.show_exception_trace => off => off xdebug.show_local_vars => off => off xdebug.show_mem_delta => off => off xdebug.trace_enable_trigger => off => off xdebug.trace_enable_trigger_value => no value => no value xdebug.trace_format => 0 => 0 xdebug.trace_options => 0 => 0 xdebug.trace_output_dir => /tmp => /tmp xdebug.trace_output_name => trace.%c => trace.%c xdebug.var_display_max_children => 128 => 128 xdebug.var_display_max_data => 512 => 512 xdebug.var_display_max_depth => 3 => 3 

xdebug.log - strange there logs every half hour

log opened @ 2017-08-15 10:09:01 i: connecting configured address/port: 127.0.0.1:9001. w: creating socket '127.0.0.1:9001', poll success, error: operation in progress (29). e: not connect client. :-( log closed @ 2017-08-15 10:09:01  log opened @ 2017-08-15 10:39:01 i: checking remote connect address. i: checking header 'http_x_forwarded_for'. i: checking header 'remote_addr'. w: remote address not found, connecting configured address/port: 127.0.0.1:9000. :-| w: creating socket '127.0.0.1:9000', poll success, error: operation in progress (29). e: not connect client. :-( log closed @ 2017-08-15 10:39:01  log opened @ 2017-08-15 11:09:01 i: checking remote connect address. i: checking header 'http_x_forwarded_for'. i: checking header 'remote_addr'. w: remote address not found, connecting configured address/port: 127.0.0.1:9002. :-| w: creating socket '127.0.0.1:9002', poll success, error: operation in progress (29). e: not connect client. :-( log closed @ 2017-08-15 11:09:01 

netbeans xdebug screenshot


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -