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的主要内容,如果未能解决你的问题,请参考以下文章

在Intellij IDEA下用X-debug调试PHP

intellij idea weblogic 下面 怎么远程断点

通过 IntelliJ IDEA 来 Debug Jar包

使用 Intellij Idea 进行远程调试

Intellij IDEA远程调试tomcat

IntelliJ IDEA远程调试的几种方式