zend studio xdebug 57% が xdebug セッションを待機しています
問題の説明:
ファイアウォールが完全に閉じられています。 phpinfo(); には xdebug があります。netbeans ソフトウェアのデバッグでは、すべてが正常であり、デバッグできます。 Baidu と GOOGLE で検索しましたが、理由は見つかりませんでした
zend Studio では、デバッグ xdebug エラー
57%
xdebug セッション待機中
は常に 57%
---- --------
オペレーティング システム win7 64
環境:
PHP 5.3.8 VC9
Apache 2.2.19 VC9
MySQL 5.5.15
PhpMyAdmin 3.4.3.2
Xdebug 2.1.2
以下は php.ini 設定です
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> ;Xdebug zend_extension = "e:\EasyPHP-5.3.8.0\xdebug\php_xdebug-2.1.2-5.3-vc9.dll" xdebug.default_enable=0 xdebug.remote_enable=true xdebug.remote_host=127.0.0.1 xdebug.remote_port=29001 xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.remote_autostart =false xdebug.dump_globals=1 xdebug.dump=COOKIE,FILES,GET,POST,REQUEST,SERVER,SESSION xdebug.dump.SERVER=REMOTE_ADDR,REQUEST_METHOD,REQUEST_URI xdebug.max_nesting_level = 10000 xdebug.show_local_vars=1 xdebug.show_mem_delta=1 xdebug.collect_includes=1 xdebug.collect_vars=1 xdebug.collect_params=4 xdebug.collect_return=1 xdebug.auto_trace=0 xdebug.trace_options=0 xdebug.trace_format=0 xdebug.trace_output_dir="E:\EasyPHP-5.3.8.0\xdebug\trace" xdebug.trace_output_name="trace.%t" xdebug.profiler_enable=0 xdebug.profiler_append=1 xdebug.profiler_enable_trigger=1 xdebug.profiler_output_dir="E:\EasyPHP-5.3.8.0\xdebug\profiler" xdebug.profiler_output_name="cachegrind.out.%s.%t" ;/Xdebug