You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm really hoping someone can help me out here because I can't figure out what I'm doing wrong.
My Setup:
OS
MacOS Sonoma Version 14.6.1
Herd
Version 1.9.1 with Herd Pro
Site
Laravel 11.21.0 site using Filament 3.2.110
IDE
PhpStorm 2024.2.1
The Problem
I am having issues getting Xdebug to work with my IDE. I thought I had it working at one point but it doesn't seem to be now. I tried pretty much everything that was suggested in this discussion but I can't seem to get it to react in any way in PhpStorm when I refresh a page on the site. I am opening a new discussion because it seemed like the main issue on that one was that it was stopping on the wrong line which isn't my problem. I can't seem to get PhpStorm to do anything. Thanks to one of the suggestions in that discussion, I was able to get the debugger to work when running tests through PhpStorm. This was something that I thought I had to go through the command line to make it work so that's nice.
What I've Tried
Toggling the "Detect breakpoints automatically" in my Herd settings
Enabling and disabling "Break at first line in PHP scripts" and "Force break at first line when a script is outside the project"
With and without the Debugger chrome extension enabled
Toggling the breakpoints and saving the files after doing so
Toggling PhpStorm listening for connections
Restarting Herd services
No matter what I do, I just can't seem to get PhpStorm to show any indication that it is seeing a connection come through. I would really appreciate any help that anyone can give on why this isn't working!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm really hoping someone can help me out here because I can't figure out what I'm doing wrong.
My Setup:
OS
MacOS Sonoma Version 14.6.1
Herd
Version 1.9.1 with Herd Pro
Site
Laravel 11.21.0 site using Filament 3.2.110
IDE
PhpStorm 2024.2.1
The Problem
I am having issues getting Xdebug to work with my IDE. I thought I had it working at one point but it doesn't seem to be now. I tried pretty much everything that was suggested in this discussion but I can't seem to get it to react in any way in PhpStorm when I refresh a page on the site. I am opening a new discussion because it seemed like the main issue on that one was that it was stopping on the wrong line which isn't my problem. I can't seem to get PhpStorm to do anything. Thanks to one of the suggestions in that discussion, I was able to get the debugger to work when running tests through PhpStorm. This was something that I thought I had to go through the command line to make it work so that's nice.
What I've Tried
No matter what I do, I just can't seem to get PhpStorm to show any indication that it is seeing a connection come through. I would really appreciate any help that anyone can give on why this isn't working!
Beta Was this translation helpful? Give feedback.
All reactions