From the Symfony book: In the development environment, when an exception is thrown, Symfony displays a page with the exception message and its stack trace. When displaying a file path, it adds a link that opens the file at the right line in your IDE. To do this you need to configure your IDE.
https://symfony.com/doc/current/the-fast-track/en/5-debug.html#configuring-your-ide
Leave a Reply