2

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

LazyOne
  • 158,824
  • 45
  • 388
  • 391
nozdrin
  • 81
  • 7

1 Answers1

5

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

screenshot

nozdrin
  • 81
  • 7
  • 2
    Check "Skipped Paths" functionality as well: https://www.jetbrains.com/help/phpstorm/skipped-paths.html – LazyOne Aug 28 '19 at 09:31