Search code examples
phpstormxdebugddev

How to ignore phpstatus.php connection in Xdebug + PhpStorm while working with local projects with DDEV?


I receive redundant incoming connections from Xdebug (request uri: /phpstatus, file path on server: /var/www/phpstatus.php) while working with DDEV despite there are not breakpoints in the phpstatus.php file.

screenshot


Solution

  • To solve the issue a correct mapping to project files and "Ignore external connections through unregistered server configuration" are required.

    screenshot