herd-community icon indicating copy to clipboard operation
herd-community copied to clipboard

[Bug]: XDebug Herd Pro not breaking

Open JaxonDupre opened this issue 1 year ago • 0 comments

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

  1. Add local server to PHPStorm Screenshot 2024-08-16 at 10 10 22 PM
  2. Configure PHPStorm Screenshot 2024-08-16 at 10 11 52 PM
  3. Add breakpoint to file, open connections, and refresh site
  4. Met with connection from dump-loader.php Screenshot 2024-08-16 at 10 27 04 PM

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.

JaxonDupre avatar Aug 17 '24 02:08 JaxonDupre