herd-community
herd-community copied to clipboard
[Bug]: XDebug Herd Pro not breaking
Platform
macOS
Operating system version
macOS Darwin 13.5.1
System architecture
Intel (x86)
Herd Version
1.9.1
PHP Version
PHP 7.4
Bug description
Laravel Herd Pro with XDebug should break on file breakpoint; Instead it breaks on Herd dump-loader.php and returns my connection request information to my local machine's herd server including cache, GET requests, and the cookies including my PHPSTORM token. If I remove force-break when a file is outside the project I many errors debug session finished without pausing.
Steps to reproduce
- Add local server to PHPStorm
- Configure PHPStorm
- Add breakpoint to file, open connections, and refresh site
- Met with connection from dump-loader.php
Other
If there is no server defined in PHPStorm and "break at first PHP" is enabled then I receive a prompt to add my server.test:80 with the dump-loader.php being the file that is caught once again which includes all of my GET informations and cookies and whatnot.