Skip to content

Instantly share code, notes, and snippets.

@vmpartner
Created November 23, 2023 09:35
Show Gist options
  • Save vmpartner/b38c2ed7c38a021f46f9df7e7786e492 to your computer and use it in GitHub Desktop.
Save vmpartner/b38c2ed7c38a021f46f9df7e7786e492 to your computer and use it in GitHub Desktop.
docker desktop php xdebug access + phpstorm
[xdebug]
#xdebug.discover_client_host = true
xdebug.client_host = host.docker.internal
xdebug.client_port = 9123
xdebug.idekey = "PHPSTORM"
xdebug.max_nesting_level = 250
xdebug.mode = debug
xdebug.start_with_request = trigger
xdebug.profiler_output_name = cachegrind.out.%p_%s
xdebug.output_dir = "/var/www/xxx/local/profiles/"
xdebug.profiler_append = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment