phpstorm使用说明

一、phpstorm软件能够直接断点调试php代码。具体配置方法参考 http://blog.csdn.net/qq4551091/article/details/55258664 就能够了,不过只要在xampp/php/php.ini这个文件上进行修改就能够了,其余的能够不用配置。php

下面的配置注意  zend_extension字段的路径要根据实际安装状况配置,有的集成开发环境没有 php_xdebug.dll 这个插件,无法用来调试。(2018年新版xampp也没有这个插件了)html

[Xdebug]
zend_extension="K:\xampp\php\ext\php_xdebug.dll"
;这里是动态连接库的存放路径 建议使用绝对路径,默认xampp版本包含,若是没有,自行下载
xdebug.remote_enable=1
;是否容许远程终端 这里标示开启
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000
;这里表示服务器的监听端口
xdebug.idekey="PHPSTORM";
;这里是调试器的关键字 在Chrome以及FireFox中插件配置的时候要用到
View Code

  或参考   本地环境 XAMPP+phpStorm+XDebug+chrome 配置和断点调试  https://blog.csdn.net/clyao_123456/article/details/51103479chrome

二、调试的时候直接点击那个debug虫子就能够了。服务器

三、phpstorm激活  :  http://blog.51cto.com/phpecshop/1836703   或  http://www.javashuo.com/article/p-htvhlkzl-cm.html (phpstorm激活方法)phpstorm

四、PhpStorm2016.2版本 安装与破解   :   http://www.javashuo.com/article/p-dnsqorev-v.htmlide

五、PhpStorm中设置终端字体大小   :  https://cloud.tencent.com/developer/ask/35335/answer/48739post

 

六、PhpStorm下载网站 :https://www.getpostman.com/downloads/字体

相关文章
相关标签/搜索