Breakpoints not pausing execution in a HTML <select> <option> onchange event #60602
Open
1 task done
Labels
area-blazor
Includes: Blazor, Razor Components
Needs: Author Feedback
The author of this issue needs to respond in order for us to continue investigating this issue.
Is there an existing issue for this?
Describe the bug
Create a standalone WASM app template in VS2022. In the home page add a select option with an onchange event
put a breakpoint in the event the breakpoint does not stop execution but the the code in the handler is run.
Home
Hello, world!
Welcome to your new app.
<select @onchange="SelectChangeHandler">
ONE
TWO
THREE
FOUR
FIVE
Selected string is: @selectedString
@code{
string? selectedString = string.Empty;
}
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: