Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breakpoint doesn't hit #8

Open
SouzaHenrique opened this issue Jul 11, 2023 · 2 comments
Open

breakpoint doesn't hit #8

SouzaHenrique opened this issue Jul 11, 2023 · 2 comments

Comments

@SouzaHenrique
Copy link

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:

  1. setup a project as told in the blazing story documentation
  2. implement a component that utilizes a Blazor event (@onsomething=""), assigning a method to it.
  3. setup a breakpoint and run the application
  4. execute the UI circuit that will enable the flow to step into the breakpoint set
  5. it will never happen because the breakpoint is never gets hit.
@SouzaHenrique
Copy link
Author

@jsakamoto

@mark-storefeeder
Copy link

Debugging won't work in an iFrame.

Open the canvas in a new tab (so it's no longer in an iFrame) and you should be able to debug as normal.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants