PHPStorm 开启 PHP 调试模式

PHPStorm 开启 PHP 调试模式》要点:
本文介绍了PHPStorm 开启 PHP 调试模式,希望对您有用。如果有疑问,可以联系我们。

首先把 xdebug.dll 放到 当前PHP版本中的 ext 文件中(xdebug.dll 需和你当前所使用的PHP版本保持一致)

PHP.ini 中添加如下代码

[XDebug]

xdebug.profiler_append = 0

xdebug.profiler_enable = 1

xdebug.profiler_enable_trigger = 0

xdebug.profiler_output_dir ="E:\PHPStudy\tmp\xdebug"

xdebug.trace_output_dir ="E:\PHPStudy\tmp\xdebug"

;cache.out.1470471708-E__WWW_YCPX20160720_demoTest_del_1_PHP

xdebug.profiler_output_name = "cache.out.%t-%s"

zend_extension="E:\PHPStudy\PHP53\ext\xdebug.dll"

xdebug.remote_enable = 1

xdebug.remote_handler = "dbgp"

xdebug.remote_host = "127.0.0.1"

xdebug.remote_port = 9000

xdebug.idekey = PHPSTORM

PHPStorm 开启 PHP 调试模式

PHPStorm 开启 PHP 调试模式

PHPStorm 开启 PHP 调试模式

PHPStorm 开启 PHP 调试模式

PHPStorm 开启 PHP 调试模式

PHPStorm 开启 PHP 调试模式

PHPStorm 开启 PHP 调试模式

PHPStorm 开启 PHP 调试模式

PHPStorm 开启 PHP 调试模式

PHPStorm 开启 PHP 调试模式

来源【郑州宇晨PHP培训】博客

http://blog.163.com/yong5123@126/blog/static/4551606220167681422210/

PHPStorm 开启 PHP 调试模式》是否对您有启发,欢迎查看更多与《PHPStorm 开启 PHP 调试模式》相关教程,学精学透。编程之家 jb51.cc为您提供精彩教程。

相关文章

用phpstorm编辑完项目,右键浏览器预览时页面报错:502 Bad Gateway PhpStorm 2019.1 此时默认打开的地...
方法一: 随便打开一个页面,在显示行号(最左边)这里鼠标右击,勾选"Use Soft Wraps&quot...
上篇介绍到使用git bash命令行实现git rebase -i功能,本篇介绍一下使用PhpStorm编辑器如何实现git reb...
我正在处理我想在编辑器中打开的大型SQL或 XML文件(最高可达3GB).我收到消息: File <the name of t...
我正在尝试 PHPStorm并且在代码完成方面遇到了麻烦.我用Silex框架编写项目,并面临着PHPStorm缺少Silex依...
尝试添加新包我收到以下错误: 翻看设置一切看起来都很好: 有什么建议去哪看? 您需要指定npm的路径. ...