久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      圖文詳解phpstorm設(shè)置debug調(diào)試

      下面由phpstorm教程欄目給大家介紹phpstorm設(shè)置debug調(diào)試,希望對需要的朋友有所幫助!

      先去下載xdebug.dll文件。將下面自己的phpinfo的文字信息復(fù)制到https://xdebug.org/wizard.php中,下載它提供的xdebug.dll的版本

      圖文詳解phpstorm設(shè)置debug調(diào)試

      下載完成后將php_xdebug-2.6.0-7.2-vc15-x86_64.dll(我下載的版本)復(fù)制到php安裝目錄的ext文件夾中(D:phpToolsphp7ext);

      配置php.ini文件,在php.ini文件的最后加上下面的信息:

      ;; phpstorm的debug調(diào)試設(shè)置 [XDebug]  zend_extension = "D:phpToolsphp7extphp_xdebug-2.6.0-7.2-vc15-x86_64.dll" ;xdebug.dll的路徑  xdebug.profiler_append = 0  xdebug.profiler_enable = 1  xdebug.profiler_enable_trigger = 0  xdebug.profiler_output_dir = "phpToolsphp7tmp"  xdebug.profiler_output_name = "cachegrind.out.%t-%s"  xdebug.remote_enable = 1  xdebug.remote_handler = "dbgp"  xdebug.remote_mode = "req"  xdebug.remote_port = 9000

      保存后重啟Apache,訪問phpinfo頁面,得到下面的信息表示已經(jīng)安裝好xdebug。

      圖文詳解phpstorm設(shè)置debug調(diào)試

      到phpstorm配置測試:debug端口號要和php.ini中配置的一樣

      圖文詳解phpstorm設(shè)置debug調(diào)試

      配置server中的訪問路徑(域名,或自己配置的站點名)

      圖文詳解phpstorm設(shè)置debug調(diào)試

      圖文詳解phpstorm設(shè)置debug調(diào)試

      配置好之后點擊ok后就可以去做debug測試了

      圖文詳解phpstorm設(shè)置debug調(diào)試

      測試好了之后建議把設(shè)置刪除掉,點擊紅框進(jìn)去

      圖文詳解phpstorm設(shè)置debug調(diào)試

      選中要刪除的選項,點擊左上角的“—”號就可以了

      圖文詳解phpstorm設(shè)置debug調(diào)試

      這是本人日常開發(fā)時不是經(jīng)常用到又覺得有必要記錄下的東西??赡苡行〇|西是借鑒或者復(fù)制網(wǎng)上的,如有版權(quán)要求請聯(lián)系我刪除

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號