Hi,
I am trying to setup xDebug on Windows 10 running Wampserver 3.0.8 64bit, PHP 7.0.11, Apache 2.4.23
I am aware that Wamserver comes with xDebug already installed but for some reason xDebug is not appearing anywhere when I look at phpinfo.php.
Below is my xDebug configuration in C:/wamp64/bin/apache/apache2.4.23/bin/php.ini
zend_extension ="c:/wamp64/bin/php/php7.0.11/zend_ext/php_xdebug-2.5.0-7.0-vc14-x86_64.dll"
xdebug.remote_enable = off
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = Off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="c:/wamp64/tmp"
xdebug.show_local_vars=0
Am I missing something or do you I need to do anything else?
I am trying to setup xDebug on Windows 10 running Wampserver 3.0.8 64bit, PHP 7.0.11, Apache 2.4.23
I am aware that Wamserver comes with xDebug already installed but for some reason xDebug is not appearing anywhere when I look at phpinfo.php.
Below is my xDebug configuration in C:/wamp64/bin/apache/apache2.4.23/bin/php.ini
zend_extension ="c:/wamp64/bin/php/php7.0.11/zend_ext/php_xdebug-2.5.0-7.0-vc14-x86_64.dll"
xdebug.remote_enable = off
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = Off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="c:/wamp64/tmp"
xdebug.show_local_vars=0
Am I missing something or do you I need to do anything else?