带有NetBeans Linux Mint的Xdebug在等待连接时停止

时间:2017-08-15 11:37:59

标签: php nginx netbeans xdebug linuxmint

无法让Xdebug在Linux Mint和nginx的PC上使用NetBeans。

我按照https://xdebug.org/wizard.php中的建议安装了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 我现在有了行 - 尝试了很多主要来自netbeans shows "Waiting For Connection (netbeans-xdebug)"的组合,但结果总是一样的:NetBeans中的调试以等待连接结束(nebeans-xdebug)

php -i

现在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部分(NetBeans上的端口当前设置为9002)

Log opened at 2017-08-15 10:09:01
I: Connecting to configured address/port: 127.0.0.1:9001.
W: Creating socket for '127.0.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-08-15 10:09:01

Log opened at 2017-08-15 10:39:01
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
W: Remote address not found, connecting to configured address/port: 127.0.0.1:9000. :-|
W: Creating socket for '127.0.0.1:9000', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-08-15 10:39:01

Log opened at 2017-08-15 11:09:01
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
W: Remote address not found, connecting to configured address/port: 127.0.0.1:9002. :-|
W: Creating socket for '127.0.0.1:9002', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-08-15 11:09:01

xdebug.log - 奇怪的是每半小时就有一次记录

{{1}}

Netbeans xdebug screenshot

0 个答案:

没有答案