After I installed wamp 3.3.0 xdebuger stopped working for me in VScode. After investigating the problem, I noticed that Apache uses PHP settings, which are found in, for example, the Wamp\bin\php\php8.2.0\phpForApache.ini file like:
xdebug.mode=debug
xdebug.start_with_request=yes
However, the settings I put in Wamp\bin\php\php8.2.0\php.ini are ignored, including important settings for xdebug.
After I manually entered the necessary settings in phpForApache.ini, xdebuger started working again.
This did not happen in previous versions.
I installed PHP 5.6 from wamp addons site. When I switch to this version of PHP in wamp, this problem does not happen and all the necessary settings from php.ini are present in phpForApache.ini of php 5.6 version.
What's wrong with wamp 3.3.0?
xdebug.mode=debug
xdebug.start_with_request=yes
However, the settings I put in Wamp\bin\php\php8.2.0\php.ini are ignored, including important settings for xdebug.
After I manually entered the necessary settings in phpForApache.ini, xdebuger started working again.
This did not happen in previous versions.
I installed PHP 5.6 from wamp addons site. When I switch to this version of PHP in wamp, this problem does not happen and all the necessary settings from php.ini are present in phpForApache.ini of php 5.6 version.
What's wrong with wamp 3.3.0?