我有以下情形:無法調試日食赫利俄斯3.6
Xdebug的2.0.0rc1-5.1.2 Eclipse的赫利俄斯 PHP 5.1.6
我試圖調試基於Eclipse PHP應用程序但它不會停在斷點上。瀏覽器正確啓動。我認爲版本的xdebug,日食helios和php是兼容的。我已經刪除了所有的斷點,並且我又創建了它。在配置爲擴展名的phpinfo中出現xdebug。
任何人都知道它爲什麼不起作用?
在此先感謝。在的phpinfo
XDebug的詳細信息:
版本2.0.0RC1
Supported protocols Revision
DBGp - Common DeBuGger Protocol $Revision: 1.99 $
GDB - GNU Debugger protocol $Revision: 1.81 $
PHP3 - PHP 3 Debugger protocol $Revision: 1.20 $
Directive Local Value Master Value
xdebug.allowed_clients no value no value
xdebug.auto_trace Off Off
xdebug.collect_includes On On
xdebug.collect_params Off Off
xdebug.collect_return Off Off
xdebug.collect_vars Off Off
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.idekey francescjp no value
xdebug.manual_url http://www.php.net http://www.php.net
xdebug.max_nesting_level 100 100
xdebug.profiler_aggregate Off Off
xdebug.profiler_append Off Off
xdebug.profiler_enable Off Off
xdebug.profiler_enable_trigger Off Off
xdebug.profiler_output_dir /tmp /tmp
xdebug.profiler_output_name crc32 crc32
xdebug.remote_autostart Off Off
xdebug.remote_enable On On
xdebug.remote_handler 」dbgp」 」dbgp」
xdebug.remote_host 127.0.0.1 127.0.0.1
xdebug.remote_log no value no value
xdebug.remote_mode req req
xdebug.remote_port 9000 9000
xdebug.show_exception_trace Off Off
xdebug.show_local_vars Off Off
xdebug.show_mem_delta Off Off
xdebug.trace_format 0 0
xdebug.trace_options 0 0
xdebug.trace_output_dir /tmp /tmp
xdebug.trace_output_name crc32 crc32
xdebug.var_display_max_data 512 512
xdebug.var_display_max_depth 2 2
PHP應用程序是否在您開發的同一臺主機上運行? (哪裏日食運行)?你有防火牆運行,阻止端口9000? – hek2mgl
是的,但我指定了允許使用此端口的例外。 – user1977269
您是否熟悉[Wireshark](http://www.wireshark.org)? – hek2mgl