r_martins

Aula 30030 - xdebug.ini

Jun 13th, 2024
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. xdebug.mode=debug
  2. xdebug.discover_client_host=Off
  3. xdebug.client_host=host.docker.internal
  4. xdebug.start_with_request=trigger
  5. xdebug.idekey=PHPSTORM
  6. xdebug.connect_timeout_ms=100
  7.  
  8.  
  9. ;xdebug < 3
  10. ;xdebug.remote_port=9003
  11. ;xdebug.remote_enable=1
  12. ;xdebug.remote_autostart=1
  13. ;xdebug.remote_handler=dbgp
  14. ;xdebug.remote_host=host.docker.internal
Add Comment
Please, Sign In to add comment