前提・実現したいこと
Visual Studio CodeでXdebugを用いたPHPのステップ実行
発生している問題・エラーメッセージ
Visual Studio Code上でPHP Debugでデバッグを行っているのですが、
ブレークポイントで止まっている状態から「続行(F5)」が行えません。
ステップオーバーも行えません。
設置したブレークポイントで停止はするのですが、次の行や次のブレークポイントに移動できません。
変数の中身やウォッチ式は正常に動いております。
エラー発生で停止した後、「停止」を行うと画面上にはエラー情報は表示されます。
設定
php.iniのxdebug設定 [xdebug] zend_extension = "C:\xampp\php\ext\php_xdebug-2.6.1-7.2-vc15.dll" xdebug.profiler_append = 0 xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = 0 xdebug.profiler_output_dir = "C:\xampp\tmp" xdebug.profiler_output_name = "cachegrind.out.%t-%s" xdebug.remote_enable = 1 xdebug.remote_autostart = 1 xdebug.remote_handler = "dbgp" xdebug.remote_host = "127.0.0.1" xdebug.remote_port = 9000 xdebug.auto_trace = 1
XDebugのlaunch.json { "name": "Listen for XDebug", "type": "php", "request": "launch", "port": 9000 },
試したこと
VScodeのダウングレード(1.25.1)
PHPDebugの再インストール
補足情報(FW/ツールのバージョンなど)
Windows10 64bit
VScode 1.28.2
XAMPP 3.2.2
PHP 7.2.9

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/02/09 05:40
2020/02/14 02:57
退会済みユーザー
2020/02/14 03:03
2020/06/19 15:51
2020/07/15 08:20