I've been having trouble running some breakpoints after my code is built and ran. My project is on ASP.NET. I'm using VS 2022 and so far I have tried the following things:
Restart VS and delete all my breakpoints
Clean my solutions (Build > Clean Solution)
Delete .vs
folder
Restart computer
To be specific, the breakpoint is solid when set, but becomes hollow and unbound when my code is ran. Any suggestions? How can I fix this?
I had this same problem recently on Microsoft Visual Studio Enterprise 2022 (64-bit) - Preview Version 17.4.0 Preview 6.0.
This fixed it for me:
Might need to change these back to Release before deploying...