Breakpoint not hitting Blazor WASM
Hello,
I'm trying to debug a Blazor WASM Project.
Step to reproduce.
Create new project Blazor WASM.
Set breakpoint in the Counter.razor at the line 14.
currentCount++;
Click on the increment button. Count is incremented breakpoint is ignored.
Message when I hove the breakpoint once the application is launched in debug mode:
Didn't find the associated module for the breakpoint.
If I put the same breakpoint in Visual studio everything works as expected.
I believe this is a bug. Rider version : 2020.3.4
I need help for this issue. very annoying
Please sign in to leave a comment.
Hi,
Debug for Blazor WASm is not supported yet: https://youtrack.jetbrains.com/issue/RIDER-45261