Jump to content

Win7 + Wamp 2.0 (PHP 5.3 + Apache 2.2) : XDebug not working...


Recommended Posts

Hey,

 

As in the title I have Win7, Wamp 2.0 (PHP 5.3 & Apache 2.2).  I downloaded many different versions of xdebug and cannot get any of them to work.  I made sure I downloaded the version of XDebug that supports PHP 5.3.  Also, I tried the 32 bit and 64 bit versions.  I am running a 64 bit machine.

 

My installation instructiong are:

1) I renamed the php_xdebug_versionInfo.dll to php_debug.dll

2) Placed the dll in the ext directory for the Wamp php installation

3) Update the php.ini file for Wamp with the following:

extension=php_xdebug.dll
zend_extension_ts="c:/wamp/bin/php/php5.3.0/ext/php_xdebug.dll"
xdebug.profiler_output_dir="c:/wamp/tmp/xdebug"

 

I have not been successful in getting xdebug to write a cache file.  I have tried many variations of settings I have found in getting wamp to install with xdebug with no help...  I can't find an error or anything.  It just doesn't run???

 

 

PLease help! :(

It seems everytime I write a question here I solve the answer like 10 minutes later :x

 

Basically, I used this resource to find the correct verison fo xdebug:

http://blog.thecodingmachine.com/content/setting-xdebug-debugging-environment-php-wamp-eclipse-pdt

 

Then I made sure all my xdebug settings were correct in the php.ini file

http://xdebug.org/docs/all_settings

 

Lastly, I made sure that everything matched up in phpinfo

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.