前提・実現したいこと
[php][xdebug][環境構築]
Gitから落としてきたプロジェクト[Php+laravel]に
php用のnetbeans+xamp+xdebug
でデバッグかけたい
発生している問題・エラーメッセージ
xdebugを入れて実行中とはなったのですがbreakpointが効かないです(実行と変わらない).
最初うまく入っていないだけと調べていたのですがxdebugもphpinfoで表示されるし
xdebug_break()は効くので原因がわからなくて…
補足 ・同じセッティング使ってる同型PCでは普通にbreakpointが効くという... ・「接続を待っています…」ではない
php.ini(追加文)
[XDebug]
zend_extension="C:\xampp\php\ext\php_xdebug-2.6.1-7.2-vc15.dll"
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.remote_connect_back=0
xdebug.idekey=netbeans-xdebug
xdebug.remote_log ="C:log\xdebug.log"
xdebug.extended_info = 1
試したこと
・xdebugのバージョン切り替え(2.6系のみ)
(公式のsupportページで支持されたversionは2.6.1-7.2-vc15.dll)
・netbeans,xamp,xdebugの再ダウンロード
・php.iniの書き換え上記
補足情報(FW/ツールのバージョンなど)
php7.2.7
xamp3.2.2
netbeans8.2
サーバ(localhost)
回答2件
あなたの回答
tips
プレビュー