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/字體

相關文章
相關標籤/搜索