我正在使用<widget:preference name="fruits" label="Fruits" defaultValue="{"Apple":"#FFD719", "Mango":"#FFD719"}"></widget:preference>
VSCode发行版,并且放置了以下设置以便能够调试PHP脚本:
vscodium
然后在我用于开发的操作系统Ubuntu 18.04LTS上,我安装了 {
"type": "php",
"request": "launch",
"name": "Run using PHP executable",
"program": "${file}",
"runtimeExecutable": "/usr/bin/php",
"port": 9000,
"log": true,
},
软件包:
php-xdebug
然后使用“播放”按钮启动脚本。但是由于某种原因无法停止进入断点。你知道为什么会这样吗?