XDebug not working on 64-bit Vista?
Posted: Thu Sep 18, 2008 11:52 am
Hi,
I've tried everything I could think of, I can not get XDebug to work on my setup.
Or rather, I can get it to "work" - a simple testpage where I try to divide by zero, for example, will produce a nicely xdebug-formatted error message, backtrace, etc.
However, running anything more complex than that, like trying to open up phpMyAdmin, caused Apache to crash, every time.
My machine is running Windows Vista Home Premium 64-bit.
I'm running Apache 2.2.9
I'm using the "php5apache2_2.dll" module for Apache, and PHP release 5.2.6
This setup works great otherwise! But not with XDebug.
Have tried downgrading to PHP 5.2.5, and 5.2.1, using the appropriate XDebug modules - have tried both snapshot and release versions of those, but to no avail.
Will XDebug run under 64-bit Vista at all, or am I just out of luck?
Any ideas or suggestions would be appreciated!
I've tried everything I could think of, I can not get XDebug to work on my setup.
Or rather, I can get it to "work" - a simple testpage where I try to divide by zero, for example, will produce a nicely xdebug-formatted error message, backtrace, etc.
However, running anything more complex than that, like trying to open up phpMyAdmin, caused Apache to crash, every time.
My machine is running Windows Vista Home Premium 64-bit.
I'm running Apache 2.2.9
Code: Select all
Server version: Apache/2.2.9 (Win32)
Server built: Jun 13 2008 04:04:59Code: Select all
PHP 5.2.6 (cli) (built: May 2 2008 18:02:07)Have tried downgrading to PHP 5.2.5, and 5.2.1, using the appropriate XDebug modules - have tried both snapshot and release versions of those, but to no avail.
Will XDebug run under 64-bit Vista at all, or am I just out of luck?
Any ideas or suggestions would be appreciated!