Intellij idea 配置xdebug
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Intellij idea 配置xdebug相关的知识,希望对你有一定的参考价值。
一:修改php.ini
zend_extension = "C:/wamp/bin/php/php5.4.16/zend_ext/php_xdebug-2.2.3-5.4-vc9.dll" [xdebug] xdebug.remote_enable = on xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = 0 xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "C:/wamp/tmp" xdebug.idekey= PHPSTROM
二:添加服务
1.
2.
3.
4.之后点击debug按钮。
5.打断点就可以开始调试了,F9下一个断点,F7下一行。
以上是关于Intellij idea 配置xdebug的主要内容,如果未能解决你的问题,请参考以下文章