JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

PHP Xdebug 3 和 Visual Studio Code

发布时间 2023-06-07 22:52:09作者: johnsonshu

Xdebug3 相对于Xdebug2改动挺大的。在php.ini 里下面的设置就够了,不需要多余的。默认调试端口 9003

 

[XDebug]
zend_extension = "php_xdebug.dll"
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.idekey = VSCODE

https://community.localwp.com/t/local-xdebug-vscode-mostly-working-in-2022-but-cannot-connect-to-local-site-through-port-9000-9003/33290

    本栏目推荐文章
  • 如何让Visual Studio Tools for Unity插件用于调试你自己的Mono嵌入应用程序
  • 安装npm install报错npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.org/webpack-subresource-integrity failed, reason
  • deveco studio 的安装步骤。
  • vscode错误:Unable to connect to VS Code server: Error in request.
  • CGI、FastCGI和PHP-FPM的关系
  • VS Code的C语言配置以及使用的傻瓜式教程
  • VS Code的C语言配置以及使用的傻瓜式教程
  • 【npm问题】执行npm i @ant-design/pro-cli -g报错npm ERR! code ENOTEMPTY
  • visual studio编译不再支持的framework环境
  • Linux更新PHP版本
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们