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! :(

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.