Apologies for raising yet another query about this issue but none of the existing information in SO and elsewhere that I've been able to find have helped to resolve my problem. I'm familiar with the environment and have previously installed it successfully. This time I'm completely at a loss.
I've installed WAMP server 3.2.6 under Windows 11 x64 with PHP 7.4.26, Xdebug 3.1.1 and NetBeans 12.6.
My php.ini settings are
; XDEBUG Extension
[xdebug]
zend_extension="c:/wamp64/bin/php/php7.4.26/zend_ext/php_xdebug-3.1.1-7.4-vc15-x86_64.dll"
xdebug.mode=debug
xdebug.client_host=http://127.0.0.1
xdebug.client_port=9003
xdebug.idekey="netbeans-xdebug"
xdebug.start_with_request=trigger
NetBeans settings:
Debugger port: 9003
Session ID: netbeans-xdebug
Stop at First Line: checked
Resolve breakpoints: checked
phpinfo()
and xdebug_info()
run from within WAMP server indicate that the Xdebug module is loaded. I've disabled virus checking and firewall. PHP and NetBeans logs show nothing.
Any thoughts anyone?