Closed liuquanhao closed 3 years ago
vscode版本: Version: 1.56.0 Commit: cfa2e218100323074ac1948c885448fdf4de2a7f Date: 2021-05-04T22:06:21.189Z Electron: 12.0.4 Chrome: 89.0.4389.114 Node.js: 14.16.0 V8: 8.9.255.24-electron.0 OS: Darwin x64 19.6.0
php框架为: laravel-s
yasd配置: vagrant@homestead:~$ cat /etc/php/7.4/cli/conf.d/26-yasd.ini zend_extension=yasd yasd.debug_mode=remote yasd.log_level=0 yasd.remote_host=192.168.10.1 yasd.remote_port=10000
vscode配置: { "name": "Listen for Xdebug", "type": "php", "request": "launch", "port": 10000, "log": true, "pathMappings": { "/home/vagrant/work/admin-back-end": "${workspaceRoot}" } },
<- launchResponse Response { seq: 0, type: 'response', request_seq: 2, command: 'launch', success: true }
vscode的debug log显示为: <- launchResponse Response { seq: 0, type: 'response', request_seq: 2, command: 'launch', success: true }
new connection 1
之前的vscode版本能够输出发送到yasd中断位置的日志,现在只有new connection 1
也就是卡在了yasd给vscode发送feature_get -i 1 -n resolved_breakpoints
确实,加了新的命令,后续的支持了。最近有点忙,这周给支持一下。
查了很久的问题然后看到了这篇帖子,打开看了一下楼主和我vscode版本完全一致,同求早日支持。。。
master分支已经支持
vscode版本: Version: 1.56.0 Commit: cfa2e218100323074ac1948c885448fdf4de2a7f Date: 2021-05-04T22:06:21.189Z Electron: 12.0.4 Chrome: 89.0.4389.114 Node.js: 14.16.0 V8: 8.9.255.24-electron.0 OS: Darwin x64 19.6.0
php框架为: laravel-s
yasd配置: vagrant@homestead:~$ cat /etc/php/7.4/cli/conf.d/26-yasd.ini zend_extension=yasd yasd.debug_mode=remote yasd.log_level=0 yasd.remote_host=192.168.10.1 yasd.remote_port=10000
vscode配置: { "name": "Listen for Xdebug", "type": "php", "request": "launch", "port": 10000, "log": true, "pathMappings": { "/home/vagrant/work/admin-back-end": "${workspaceRoot}" } },
<- launchResponse Response { seq: 0, type: 'response', request_seq: 2, command: 'launch', success: true }
vscode的debug log显示为: <- launchResponse Response { seq: 0, type: 'response', request_seq: 2, command: 'launch', success: true }
new connection 1
之前的vscode版本能够输出发送到yasd中断位置的日志,现在只有new connection 1
也就是卡在了yasd给vscode发送feature_get -i 1 -n resolved_breakpoints