Xdebug stopped working with Visual Studio

I have been trying to figure out what’s going wrong for hours now and finally broke down to ask for help. Prior to yesterday, I have been using Xdebug with Visual Studio Code with no problems at all. I’d add a breakpoint, and when I would run Postman to call a custom endpoint, VSC would break, at which point I could step through the code.

At some point yesterday, breakpoints just stopped working. I have checked the “ENABLE XDEBUG” toggle, and it’s on. I checked the PHP.ini settings in wrench screen, and they look correct, which I’ll post below. I have looked through what I believe is the main post about Xdebug issues dating back to 2021 before there was integrated support for Xdebug in DevKinsta, Checked the VSC launch file many times, I’ve updated Xdebug with the Xdebug installation wizard, googled all sorts of Xdebug related topics, and nothing has helped. At this point, debugging is silent in VSC.

All of the functionality related to the endpoint is working as it should. It’s just that the Xdebug functionality stopped without me knowing why.

Any help with this issue would be much appreciated, but I’m a bit stuck here until I can get debugging functional again.