【发布时间】:2023-03-24 05:08:01
【问题描述】:
我的系统:
-windows 7
- php 5.5.9
- stack: xampp(32bit)
xdebug 版本:PHP 5.5 VC9(32 位)来自http://xdebug.org/download.php
还有我的 php.ini:
[XDebug]
zend_extension="php_xdebug-2.3.1-5.5-vc9-nts.dll"
xdebug.remote_handler = dbgp
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_host = 127.0.0.1
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\xampp\tmp"
我的php安装在:C:\xampp\php\ext
【问题讨论】: