Page 1 of 1

Having trouble installing XDebug

PostPosted: 22. February 2018 00:24
by galaxy233
PHP Version: 7.0.27
Operating system: Windows 10 Pro
Apache version: Apache2.4

I am new to working with PHP and trying to get a development environment setup. I've downloaded the .dll file from xdebug.org

I have tried both of these versions.

PHP 7.0 VC14 (32 bit)
PHP 7.0 VC14 TS (32 bit)

Here is the relevant settings from php.ini

[XDebug]
zend_extension="C:\xampp\php\php_xdebug-2.6.0-7.0-vc14-nts.dll"
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000

I hope I have provided enough information! Thanks! :D