phpstorm 中xdebug设置

phpstorm 中射中xdebug

5.4 php.ini中关于xdebug的设置


[XDebug]

xdebug.profiler_append = 0

xdebug.profiler_enable = 1


xdebug.profiler_enable_trigger = 0

xdebug.profiler_output_dir ="C:\phpStudy\tmp\xdebug"

xdebug.trace_output_dir ="C:\phpStudy\tmp\xdebug"

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

xdebug.remote_enable = 1

xdebug.remote_handler = "dbgp"

xdebug.remote_host = "127.0.0.1"

xdebug.auto_trace = On ;开启自动跟踪

xdebug.show_exception_trace = On ;开启异常跟踪

xdebug.remote_autostart = On ;开启远程调试自动启动

xdebug.remote_enable = On ;开启远程调试

xdebug.collect_vars = On ;收集变量

xdebug.collect_return = On ;收集返回值

xdebug.collect_params = On ;收集参数

xdebugbug.max_nesting_level = 10000

zend_extension="C:\phpStudy\php54n\ext\xdebug.dll"


phpstorm中配置如下:


attachments-2016-06-8iWlos71575c55d4660d

attachments-2016-06-NEL10MeV575c55ea09de

attachments-2016-06-uWJwnyit575c55f63fdc


attachments-2016-06-SXKSiobd575c5602e742

attachments-2016-06-GGBj9C20575c560e2c1f

attachments-2016-06-sdNeZexq575c5616cd01



  • 发表于 2016-06-12 02:19
  • 阅读 ( 51 )

你可能感兴趣的文章

相关问题

0 条评论

请先 登录 后评论
shitian
shitian

662 篇文章

作家榜 »

  1. shitian 662 文章
  2. 石天 437 文章
  3. 每天惠23 33 文章
  4. 小A 29 文章