When### Issue Summary
While running Ubuntu + Local, I have encountered a frustrating quirk with XDebug that is really messing with me. My XDebug breakpoints will work perfectly fine until I happen to hit the “stop” button. When I do this, breakpoints completely stop on that site. I have tried stopping the server, restarting local, restarting my IDE, restarting the XDebug process, and none of them resolve the problem. The only way I can get my breakpoints to work again is by completely restarting my computer.
Troubleshooting Questions
-
Does this happen for all sites in Local, or just one in particular?
This happens on all sites, regardless of if they’re using “preferred” or “custom” -
Are you able to create a new, plain WordPress site in Local and access it in a Browser?
Yes
Replication
To replicate:
- Create a new site
- Add a few breakpoints
- Open your IDE (I use PHPStorm) run the debugger
- Observe that the breakpoints work as-expected
- Hit “stop” before the request finishes.
- Try to run the debugger again.
System Details
-
Which version of Local is being used?
5.9.4 -
What Operating System (OS) and OS version is being used?
Ubuntu 20.04local-lightning.log (442.9 KB)