[Bug]: XDebug Herd Pro not breaking #1029
JaxonDupre
started this conversation in
General
Replies: 1 comment
-
I don't fully understand the issue you're mentioning. I also configured PHPStorm the way you have it configured and I can hit all breakpoints and the application is pausing. As the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
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.
Beta Was this translation helpful? Give feedback.
All reactions