phpStudy中Xdebug设置 phpStorm设置
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                phpStudy中Xdebug设置 phpStorm设置
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.                        
                                在windows系統使用phpstduy集成環境,PHP版本為7.0.1,參考網上文章配置后,在phpinof()中沒有xdebug信息, ?解決方法,拷貝widzrd.php中提示的文件路徑,重啟phpstudy后,終于有了xdebug。
1.查看php信息, 在Dos窗口中輸入 php -i >> d:\phpinfo.txt , 然后把d:\phpinfo.txt中的信息,粘貼到https://xdebug.org/wizard.php網頁中,自動判斷下載版本。
2.參考網頁信息,在php.ini中增加說明。(重點:zend_extension?)
[Xdebug] xdebug.profiler_append = 0 xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = 0 xdebug.profiler_output_dir ="D:\phpStudy\debuginfo" xdebug.trace_output_dir ="D:\phpStudy\debuginfo" xdebug.profiler_output_name = "cachegrind.out.%t.%p" xdebug.remote_enable = 1 xdebug.remote_handler = "dbgp" xdebug.remote_host = "127.0.0.1" xdebug.remote_port = 9000 zend_extension="D:\phpStudy\php70n\ext\php_xdebug-2.5.0-7.0-vc14-nts.dll"
轉載于:https://www.cnblogs.com/ShanQiu/p/6200488.html
總結
以上是生活随笔為你收集整理的phpStudy中Xdebug设置 phpStorm设置的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: dex2jar源码解析之总体介绍(一)
- 下一篇: mysqli 扩展_MySQLi的优势
