私が見つけたものを読んで試しましたが、動作させることができませんでした。デバッグを開始するときに「接続待ち(netbeans-xdebug)」にぶら下がっています。netbeans php - 動作するブレークポイントを取得できません
xdebugがインストールされています(私はwampを使用しています)、実際には崇高なテキスト2で作業するブレークポイントを取得することができました(正解です!)ので、問題はphp/xdebugではなく、いくつかの設定は私が行方不明です。 xdebugのため
私のphp.iniのは:私は私がそうすることをどこかで読んだって「最初の行で停止」をチェック以外のオプションをデバッグ
; XDEBUG Extension
[xdebug]
;zend_extension ="c:/wamp64/bin/php/php5.6.25/zend_ext/php_xdebug-2.4.1-5.6-vc11-x86_64.dll"
zend_extension ="c:\wamp64\bin\php\php5.6.25\ext\php_xdebug-2.5.4-5.6-vc11-x86_64.dll"
xdebug.remote_enable = 1
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="c:/wamp64/tmp"
xdebug.show_local_vars=0
xdebug.remote_hander =dbgp
xdebug.remote_mode = req
xdebug.remote_host =127.0.0.1
xdebug.remote_port = 9000
xdebug.idekey=netbeans-xdebug
xdebug.remote_connect_back=1
xdebug.remote_autostart=1
Netbeansのは、デフォルトとして設定されています。
さらに詳しい情報が必要な場合は、私に知らせてください。