You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: