Issue:
When a breakpoint is set into the code-behind or 'code' block in a Blazor component that we are writing a 'story' it simply doesn't hit the breaking point and doesn't stop at it. It often happens when triggering an event from a component, for example, 'onmouseover' or 'onmouseleave'.
Steps to reproduce:
setup a project as told in the blazing story documentation
implement a component that utilizes a Blazor event (@onsomething=""), assigning a method to it.
setup a breakpoint and run the application
execute the UI circuit that will enable the flow to step into the breakpoint set
it will never happen because the breakpoint is never gets hit.
Issue: When a breakpoint is set into the code-behind or 'code' block in a Blazor component that we are writing a 'story' it simply doesn't hit the breaking point and doesn't stop at it. It often happens when triggering an event from a component, for example, 'onmouseover' or 'onmouseleave'.
Steps to reproduce: