Page 1 of 1

XDebug

PostPosted: 09. November 2009 19:19
by intellix
Hey, I'm trying to install the latest version of XDebug using the Latest version of Xampp LITE within Windows 7 and I can't seem to figure out what I'm supposed to be doing and looking out for...
The documentation on the xdebug website doesn't make sense... and trying what everyone else says to do is useless! :/

I've downloaded this: php_xdebug-2.0.5-5.2-nts.dll
and I've added this to the very bottom of my php.ini:

[XDebug]
xdebug.remote_port = 9000
xdebug.remote_host = 127.0.0.1
xdebug.remote_enable = 1
zend_extension_ts = .\php\ext\php_xdebug-2.0.5-5.2-nts.dll

And I've tried this instead:
zend_extension_ts = "C:\xampplite\php\ext\php_xdebug-2.0.5-5.2-nts.dll"

then I do phpini(); and do a search for xdebug which I cannot seem to find... is it supposed to appear in here?

Re: XDebug

PostPosted: 09. November 2009 21:18
by Wiedmann
I've downloaded this: php_xdebug-2.0.5-5.2-nts.dll

XAMPP is a thread safe build.

Re: XDebug

PostPosted: 09. November 2009 21:42
by intellix
so I just need to download a thread-safe version of the DLL and it should appear in phpinfo(); ?

Re: XDebug

PostPosted: 10. November 2009 07:30
by Wiedmann
YOu must also use "zend_extension" instead of "zend_extension_ts".