I just installed the latest PHP 8.3.6 module, and realized that xdebug is no longer working. I checked the bundled php.ini files, and the (out-of-the-box) configuration looks like this: OK, so the ...
config: id: PROJECT_ID overrides: app: runtime: extensions: - redis - xdebug php: # XDEBUG 2 xdebug.remote_enable: 1 xdebug.remote_mode: req xdebug.remote_port: 9000 xdebug.remote_connect_back: 0 ...