I have had this occur periodically. Once it does, it doesn't seem to go away and I have not been able to figure out why. It is a productivity killer.
I get the message: "Breakpoint will not currently be hit. Unbound Breakpoint."
And the breakpoint does not work.
In trying to research and debug, I have looked at debug/modules. This is a WebAssembly solution and I have noticed that the modules for both the Shared and Server projects are in modules, but the client is not. Should it be there?
My breakpoints work when set in the server project. They also work in the shared project when called from the server project, but not when called from the client.
I have deleted pdb files, cleaned, rebuilt, and re-booted. Nothing helps. Breakpoints are sill displaying as "unbound".