Issue Summary
Changes to the Xdebug configuration in php.ini on my Ubuntu installation appears to have no effect.
Troubleshooting Questions
The exact same process and settings work properly on my OS X installation.
Replication
The PHP ini config file given by phpinfo() :
This file does contain the Xdebug configuration from my conf/php/php.ini.hbs and it does update when I make changes and restart. Settings:
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_connect_back=1
xdebug.remote_port=“9000”
xdebug.profiler_enable=0
The actual xdebug settings given by phpinfo() do not match the configuration, however:
I have also tried using the value “On” instead of 1 with no change.
System Details
-
Local 5.10.5+5403
-
Ubuntu 20.04.2 LTS
-
VS Code 1.57.1