Skip to content

Instantly share code, notes, and snippets.

@Daviid-P
Created September 28, 2022 10:39
Show Gist options
  • Save Daviid-P/bf04cf8e913f62b5e65b662dd6507877 to your computer and use it in GitHub Desktop.
Save Daviid-P/bf04cf8e913f62b5e65b662dd6507877 to your computer and use it in GitHub Desktop.
PHP xDebug VScode
[XDebug]
zend_extension = "C:\xampp7\php\ext\php_xdebug.dll"
xdebug.stopOnEntry = true
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = Off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.show_local_vars=0
xdebug.remote_handler = "dbgp"
xdebug.remote_cookie_expire_time = 36000
xdebug.output_dir = "C:\xampp7\tmp"
xdebug.mode=debug,develop
xdebug.start_with_request=yes
xdebug.client_host = "127.0.0.1"
xdebug.client_port = 9003
xdebug.log = "C:\xampp7\tmp\xdebug.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment