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

Debugging issue with Blazor WebAssembly code using @bind-Value:set that won't trigger breakpoints #119

Open
highbyte opened this issue Sep 30, 2024 · 0 comments
Labels

Comments

@highbyte
Copy link
Owner

A debugging issue when binding with @bind-Value:setwhich doesn't trigger breakpoints.

Note: Not a functional issue when, the code is executed as expected.

For example in the Blazor WebAssembly host app (Highbyte.DotNet6502.App.WASM):

<InputSelect TValue="string" @bind-Value:get="this._wasmHost.SelectedSystemName" @bind-Value:set="this.SelectedSystemChanged" disabled=@OnSelectSystemNameDisabled autofocus>

Similar issue described here:
dotnet/runtime#95481

Waiting for new version of Blazor WebAssembly from Microsoft to fix the issue.

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

No branches or pull requests

1 participant