totti
totti
  • 发布:2015-01-16 18:52
  • 更新:2015-01-22 16:27
  • 阅读:8507

如何在HBuilder调试PHP?

分类:HBuilder
PHP

我是用的wamp,在php.ini配置了xdebug
zend_extension = "d:/wamp/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5-5.5-vc11-x86_64.dll"
[xdebug]
xdebug.remote_enable = On
xdebug.profiler_enable = On
xdebug.profiler_enable_trigger = On
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "d:/wamp/tmp"
xdebug.show_local_vars=0
xdebug.remote_port=9000

下来在代码上双击加上了断点,运行程序,没有自动启动调试,这是为什么?

2015-01-16 18:52 负责人:无 分享
已邀请:
totti

totti (作者)

也这样在HBulider里面设置了

深井冰_01

深井冰_01

参见http://ask.dcloud.net.cn/article/144

该问题目前已经被锁定, 无法添加新回复