2
好吧,所以我的xdebug無法正常工作。我曾經在一個斷點處停下來,但之後它不會嘗試修改某些東西,現在它甚至不能在先前的條件下工作。Xdebug不停止在breakline
但我確實停在第一個代碼塊級別。像這樣:
不過話又說回來我所以現在改變了一些東西,它不工作了。我的調試器控制檯也是空的。 (一直是:/)
現在,它只停止在斷點,但如果我刪除或更改爲另一個地方。它不會在任何地方停下來。
我會根據您的需要爲您提供儘可能多的信息。
Netbeans的信息:
Product Version: NetBeans IDE 7.2.1 (Build 201210100934)
Java: 1.7.0_10; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Xdebug的
xdebug support enabled
Version 2.2.2
IDE Key netbeans-xdebug
Supported protocols Revision
DBGp - Common DeBuGger Protocol $Revision: 1.145 $
Directive Local Value Master Value
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.idekey netbeans-xdebug netbeans-xdebug
xdebug.max_nesting_level 100 100
xdebug.overload_var_dump On On
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 C:\xampp\tmp C:\xampp\tmp
xdebug.profiler_output_name xdebug_profile.%R::%u xdebug_profile.%R::%u
xdebug.remote_autostart Off Off
xdebug.remote_connect_back Off Off
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 no value no value
xdebug.remote_mode req req
xdebug.remote_port 9000 9000
xdebug.scream Off Off
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_format 0 0
xdebug.trace_options 0 0
xdebug.trace_output_dir C:\xampp\tmp C:\xampp\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
我運行PHP版本5.4.4和
的Apache版本的Apache/2.4.2(Win32的)的OpenSSL /1.0.1c PHP/5.4.4 Apache API版本。
我也試過ZendDebugger,但是這給了我一個php5.dll文件丟失錯誤。
我一直在試圖解決這個問題好幾個小時。所以現在我需要一個真正解釋我爲什麼會出錯的人。或者至少我可以修復它。 – Muqito 2013-04-24 11:46:12
哦,順便說一句,這似乎是明確的Zend。 – Muqito 2013-04-24 17:22:35