Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
实际上,随着 Xdebug 3 的新版本,我必须更多地调查它为什么不工作。我没有太多时间。
问题是我有这个创建流浪盒的命令,但它没有任何版本号。
sudo apt-get install -y php-xdebug
有没有办法指定版本号来安装2.9.3版
这对我有用。谢谢@LazyOne 的帮助。:-)
sudo apt-get install -y php-pear php7.3-dev sudo apt install -y php7.3-xdebug sudo pecl install xdebug-2.9.3