0

高低を検索してきましたが、「Eclipse for PHP Developers 3.0.2」でデバッグを行うことができません。

現時点では、Eclipse は「起動中: XDebug セッションを待機中」で 57% でハングしています。しかし、Eclipse がハングしている間、php ファイルは外部ブラウザーで開かれ、実行されますか???

Webサーバーに「XAMPP 3.1.0.3.1.0」を使用しており、php extフォルダーに適切な「php_xdebug.dll」ファイルがあります。

私は他のフォーラムから多くの設定を試みましたが、まだ運がありません.XDebugのphp.iniファイル構成は次のとおりです。

[XDebug]
zend_extension = "C:\xampp\php\ext\php_xdebug.dllstack"
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
;xdebug.profiler_output_dir = "\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 0n
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
;xdebug.trace_output_dir = "\xampp\tmp"

誰が私が何を変える必要があるかについて考えを持っていますか?

4

1 に答える 1