官方:

http://www.devsense.com/products/php-tools/

截止 2014/09/27 最新版本:

1.14.5548

 

BUG

  ?> 用//注释不掉

 

要注意BOM带来的bug

  force to remove BOM

 

php.ini xdebug configuration

[XDebug]
zend_extension = "E:\project_web\xampp\php\ext\php_xdebug.dll"
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "E:\project_web\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = on
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.trace_output_dir = "E:\project_web\xampp\tmp"
xdebug.remote_port = 9000

相关文章:

  • 2021-11-05
  • 2021-10-20
  • 2021-09-06
  • 2021-06-13
  • 2021-06-19
  • 2022-12-23
  • 2021-06-02
  • 2021-11-14
猜你喜欢
  • 2022-01-07
  • 2021-12-08
  • 2022-01-08
  • 2022-12-23
  • 2021-09-08
  • 2022-01-15
相关资源
相似解决方案