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.
Asked
Active
Viewed 230 times
1 Answers
5
To solve the issue a correct mapping to project files and "Ignore external connections through unregistered server configuration" are required.

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