First, let’s put some links to the collected information
Xdebug installation and use
Solving xampp xdebug installation failure
php install xdebug
My test results:
The installation was not successful using zend_extension. You can only install xdebug using php: extension=php_xdebug-2.0.5-5.2.dll
This method is loaded.
Forget about using the debugger for the time being. Unfortunately, the PHP environment can only use PHP5.2, not PHP5.3.
My xdebug configuration:
[html]
[Xdebug]
zend_extension_ts="C:/wamp/bin/php/php5.3.3/ext/php_xdebug.dll"
xdebug.remote_enable=true
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="E:/test"
xdebug is version 5.3 vc6 ts, the version should be correct. But there is no xdebug in phpinfo();
extension=php_xdebug-2.0.5-5.2.dll can be loaded successfully using this.
If anyone knows the reason, please help.