phpstudy中7.0版本以后的版本默认没有 php_xdebug.dll 文件复制对应版本的 phpinfo 网页全部内容,粘贴到 https://xdebug.org/wizard确定Xdebug版本点击按钮生成PHP版本对应的XDebug安装文件和说明 下载后放到 php\ext 目录下即可5|0其他的插件5|1Code Runner...
xdebug.profiler_output_dir="D:\phpstudypro\Extensions\tmp\xdebug" xdebug.remote_enable=On xdebug.remote_autostart = On xdebug.remote_host=localhost xdebug.remote_port=9002 xdebug.remote_handler=dbgp xdebug.remote_autostart = 1 xdebug.remote_log = D:/phpstudypro/Extensions/tmp/xdebug/log/php/xde...
xdebug.profiler_output_dir="D:\phpstudypro\Extensions\tmp\xdebug" xdebug.remote_enable=On xdebug.remote_autostart = On xdebug.remote_host=localhost xdebug.remote_port=9002 xdebug.remote_handler=dbgp xdebug.remote_autostart = 1 xdebug.remote_log = D:/phpstudypro/Extensions/tmp/xdebug/log/php/xde...
第一步:配置PHPStudy。 如下图将php扩展组件xdebug打开(我的PHPStudy中是已经自带了这个插件的,不用再自己下载配置),并配置好监听端口,此端口不能被占用。这个端口要记住,下一步在VSCode中会做同样的端口配置,切记PHPStudy和VSCode中配置的端口号必须一致。 php扩展xdebug配置.png 然后修改php.ini配置文件,拉到最...
打开7.1.9的php.ini image.png 做了如上的配置后,在php.ini文件中就有Xdebug的内容 image.png 切记配置文件中xdebug.remote_enable=Off需要改为On,添加一行配置:xdebug.remote_autostart = On image.png 保存以后重启 phpstudy 设置vscode 填上xdebug的端口 ...
1、安装VScode和PHPstudy VScode安装:https://code.visualstudio.com/ PHPstudy安装:https://www.xp.cn/download.html 2、配置PHPStudy 为了让PHP能够被调试,需要安装XDebug。 记住端口监听号是9000,点击确认。 在PHPStudy首页启动WNMP三件套的服务。 创建一个本机网站并选择对应的PHP版本 ...
配置文件中xdebug.remote_enable=Off需要改为On 添加一行配置:xdebug.remote_autostart = On 保存配置文件后记得重启一下apache。我们去vscode中设置,填上xdebug的端口: 下断点,F5启动debug,浏览器访问test.php,此时就能踩到断点了: 说明:我的phpstudy是8.0.9.3,没有测试最新版本的phpstudy是否修复这个问题。
1.先打开phpstudy,将WAMP启动 2.点击左侧的软件管理,随便选一个版本的php安装,我这里下的是5.3.29版本的 3.点击上面的系统环境,找到刚刚安装好的php,进入设置,点击扩展选项,将XDebug调试组件打开,并记下端口 4.点击左侧的网站,打开localhost后面的管理,打开根目录,我的根目录是D:\phpstudy_pro\WWW,返回上一级...
VSCode开发PHP环境配置手册(PHP8.1.1+PHP-xdebug+redis) VSCode开发PHP环境配置手册(详见:附件配置手册) 一、phpStudy中集成php8.1.1nts 1.检查phpstudy_x64是否安装在默认目录,即:D:\phpstudy_pro\ 2.复制php8.1.1nts文件夹到:D:\phpstudy_pro\Extensions\php 备注:如果非默认目录,可自行修改php.ini文件,将...
第一步:下载安装VSCode编辑器 第二步:下载安装PHPstudy集成环境 第三步:打开PHPstudy,选择界面左侧中的环境 第四步:点击右侧PHP运行环境下面的更多,选择适合的PHP版本 第五步:点击PHPstudy左侧环境,再点击右侧PHP选项中的设置,在弹出的界面中选择扩展组件,再点击XDebug调试组件,记住端口监听号是多少,最后点击确认 ...