xdebug.remote_handler=dbgp
xdebug.idekey=PHPSTORM
;开启远程调试
xdebug.remote_enable = On
;远程主机
xdebug.remote_host=localhost
;主机端口
xdebug.remote_port=9001
;开启自动跟踪
xdebug.auto_trace = On
;开启异常跟踪
xdebug.show_exception_trace = On
;开启远程调试自动启动
xdebug.remote_autostart = On
;收集变量
xdebug.collect_vars = On
;收集返回值
xdebug.collect_return = On
;收集参数
xdebug.collect_params = On
;临时跟踪信息输出
;xdebug.trace_output_dir="d:/PHP/php-5.3.28/temp"
;显示局部变量
xdebug.show_local_vars = On
xdebug.profiler_enable = On
;xdebug.profiler_output_dir ="d:/PHP/php-5.3.28/temp"
xdebug.trace_enable_trigger =On
xdebug.remote_autostart = On

最新文章

  1. UVa 122 Trees on the level
  2. JS案例之2——cycle元素轮播
  3. js == 判断
  4. OneSQL的docker之旅
  5. http://blog.sina.com.cn/s/blog_705cc5dd01012ehb.html
  6. SMTP邮件服务器配置
  7. request.setAttribute()用法
  8. Java中Websocket使用实例解读
  9. Week2(9月19日):增加一个CodeFirst的例子来说明
  10. Python的@符号
  11. 你真的了解volatile吗,关于volatile的那些事
  12. 使用 MapTiler 进行地图切片
  13. Visual Studio Code 学习记录
  14. Light OJ 1009
  15. [UE4]添加手柄
  16. Code Signal_练习题_growingPlant
  17. OpenGL ES 3.0之VertexAttributes,Vertex Arrays,and Buffer Objects(九)
  18. js中使用cookie
  19. 入门redis
  20. git跟踪远程分支,查看本地分支追踪和远程分支的关系

热门文章

  1. Ubuntu system zabbix-server-3.x install documentation
  2. GLSL实现Glow效果 【转】
  3. HTML5游戏实战(1):50行代码实现正面跑酷游戏
  4. How to support both ipv4 and ipv6 address for JAVA code.
  5. CKEditor+SWFUpload实现功能较为强大的编辑器(一)---CKEditor配置
  6. 怎样允许其他电脑连接本机MySQL
  7. DataSet之增删改查操作(DataGridView绑定)
  8. jquery给多个span赋值
  9. S1:适配器 Adapter
  10. android 4.0 禁用系统home键