摘要:
提示错误: Root composer.json requires phpunit/phpunit, it could not be found in any version, there may be a typo in the package name. 如果指定安装:composer requ 阅读全文
摘要:
如果php.ini配置没错,且端口无误,那么就可能是配置文件选错了。 vscode里面有两个配置文件,一个是 Listen for xdebug ,一个是 Lanuch currently open script。如果总是出现 断点不起作用,LOG提示 Time-out connecting to 阅读全文
摘要:
not stopping on breakpoints breakpoint not working 原因: 1) php.ini xdebug 端口不配置的情况下,默认是 9000,如果vscode里面改为了其他端口,php.ini里面也要改为同样的端口。 如: a) vscode launch. 阅读全文