Closed
Description
WASM debugging appears to work perfectly well with some browsers, for example Chrome or Edge, but not with Brave. Please can you investigate why?
- Install Brave, https://brave.com/?ref=dat003
- Open Visual Studio 2022 > Create a new project > Blazor WebAssembly App > Next > Next > Create > Framework .NET 7.0 > Create
- Go to BlazorApp1.Client/Pages/Counter.razor
- Put a brakepoint in the IncrementCount method.
- From the debug menu set the web browser to Google Chrome
- F5
- From the chrome browser window navigate to the Counter page, i.e. https://localhost:7224/counter
- Click me
- Observe that the Visual Studio debugger hits the brakepoint you setup from step 4.
- Stop debugging.
- From the debug menu set the web browser to Brave
- F5
- From the Brave browser window navigate to the Counter page, i.e. https://localhost:7224/counter
- Click me
- Observe that the Visual Studio debugger does not the brakepoint you setup from step 4.