Created
          November 23, 2023 09:35 
        
      - 
      
- 
        Save vmpartner/b38c2ed7c38a021f46f9df7e7786e492 to your computer and use it in GitHub Desktop. 
    docker desktop php xdebug access + phpstorm
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [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