Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat PHP, Xdebug and Eclipse configurations work on Windows 7 64 bit?
    text
    copied!<p>I have been mucking around for days, trying to find the right combination that lets me debug with breakpoints and variable viewing, in Eclipse, without crashing Apache.</p> <ul> <li>PHP 5.3? PHP 5.2?</li> <li>Eclipse Helios? Eclipse Galileo? One or the other with certain versions of xdebug or php? Or do I need to use NetBeans or something else?</li> <li>Is my 64 bit OS the problem? Do need specific 64bit versions of PHP, Eclipse or Xdebug to work on Windows 7 64?</li> <li>Any special xdebug config options and tricks that I need in php.ini? Like turning off xdebug.profiler_enable or not using quotes around my zend_extension path to the xdebug dll?</li> <li>A Vhosts issue?</li> <li>Scrap the whole thing and go back to Win XP or Ubuntu?</li> </ul> <p>Here's what I've already been reading:</p> <ul> <li><a href="https://stackoverflow.com/questions/4509245/so-eclipse-and-xdebug-walk-into-a-bar-and-then-my-apache-server-dies/4602473">So eclipse and xdebug walk into a bar, and then my apache server dies</a> </li> <li><a href="https://stackoverflow.com/questions/206788/why-does-xdebug-crash-apache-on-every-xampp-install-ive-tried">Why does xdebug crash apache on every XAMPP install I&#39;ve tried?</a></li> <li><a href="http://bugs.xdebug.org/view.php?id=459" rel="nofollow noreferrer">http://bugs.xdebug.org/view.php?id=459</a></li> <li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=312951#c8" rel="nofollow noreferrer">https://bugs.eclipse.org/bugs/show_bug.cgi?id=312951#c8</a></li> <li><a href="https://stackoverflow.com/questions/2799936/xdebug-for-php-5-2-on-windows-7-64bit">xdebug for PHP 5.2 on Windows 7 64bit</a></li> <li>and so and so on... SO, xdebug bug tracker, eclipse bugzilla, etc, etc</li> </ul> <p>Basically what would be great is if folks could post their working (i.e. debugging with breakpoints and local variable viewing in Eclipse) Win7 64bit configurations, including:</p> <ul> <li>PHP version (5.3.1, 5.2.11, etc)</li> <li>Xdebug dll (2.1.0-5.3-vc6, etc)</li> <li>Xdebug php.ini config (zend_extension = "C:\xampp\php\ext\php_xdebug.dll", etc)</li> <li>Apache version (2.2.14, etc)</li> <li>Anything else important? The "secret ingredient"?</li> </ul> <p>Thanks! I miss my debugger since I got a new laptop with Win 7 :(</p> <p>Note: Moved to SuperUser<br> <a href="https://superuser.com/questions/231818/what-php-xdebug-and-eclipse-configurations-work-on-windows-7-64-bit">https://superuser.com/questions/231818/what-php-xdebug-and-eclipse-configurations-work-on-windows-7-64-bit</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload