In my solution Visual Studio Community 2022, In one solution, I have different projects (class library, Web API and one Blazor Web Assembly). On Startup there are two projects
- WebAPI
- Blazor Web Assembly
I am using Mudblazor in Blazor Web Assembly project.
I have put different break points in different projects and all projects run in Debug mode. All the break points are hitting well except in Blazor project. I am getting following information on break point.
I have looked for a solution from a number of websites but found no solution. I also went through the following post but no benefit: How do I remedy "The breakpoint will not currently be hit. No symbols have been loaded for this document." warning? One more thing to share is that during solution execution I cannot find project name in Debug -> Window -> Modules I will be grateful, If someone please suggest a useful solution. Thanks