[xdebug]
; Path for the library in the extensions folder
zend_extension = C:\xampp\php\ext\php_xdebug-3.0.4-7.3-vc15-x86_64.dll
; Enable communications using DBGp protocol
xdebug.remote_enable=1
; Automatically start a debugging session?
xdebug.remote_autostart=1
; Host on which the IDE will run. Useful when using Docker
xdebug.remote_host=
127.0.0.1; The port to use for DBGp. Default is 9000
xdebug.remote_port=9000
; Show stacktraces?
xdebug.default_enable=1
; Log
xdebug.remote_log="E:\xampp\apache\logs\xdebug.log"