Hello,
Breakpoints in my wordpress plugin file are not being hit.
Context:
I created a project wordpress plugin where the project file is in a folder that is not in the wordpress plugin directory.
The project is the startup project in my solution.
The project settings:

I'm running an instance of wordpress on my pc, xdebug is enabled, and it appears to be communicating with VS2022

Other info, publishing to the wordpress plugin path is setup correctly:



I'm 100% sure the breakponit on line 9 should be hit when wordpress renders any page.
