ファイルをデバッグしようとしたときに48%の状態になり、comuniacateと書いています:Xdebugセッションを待っています... Eclipse Neon.1aでxdebugを実行しようとしています/ php(xamppウィンドウ7)。 xdebugが有効になっていることを確認しましたphpinfo();
remote_debug=On
があります。 https://xdebug.org/wizard.phpのヒントでxdebugをインストールしました。 マイphp.ini
ファイル:Eclipse xdebugセッションが完了せず、48%を保持しています
[xdebug]
zend_extension=/path/to/xdebug.so(.dll)
xdebug.remote_enable=On
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_port=9001
xdebug.remote_host=localhost
xdebug.remote_log=/path/to/xdebug_remote_log
xdebug.remote_connect_back=1
は私がremote_port=9000
を使用しようとしたが、問題は滅びることはありません。 私はまた、以下を推奨しています: zend_extension = D:\Serwer\xampp\php\ext\php_xdebug-2.4.1-7.0-vc14.dll
私はzend_extensionや他の行を送っていました。 私はeclipse xdebugの設定で良い設定をしています。 これはフォーラムでの私の最初の記事です。
よりわかりやすい形式の回答を投稿すると、より効果的です。 – Hatef