How to stop Edge opening an unwanted dotnet.xxx.js Blazor file?

206 Views Asked by At

When I have the browser console F12 open, every time I press F5 on my Blazor Page, a dotnet.6.0.8.xxx.js tab opens. Even If I am on the Network View, it jumps directly to the sources view.

If I close the dotnet.6.0.8.xxx.js, it opens itself again on refresh. This applies to Edge and Chrome.

DevTools

I have no breakpoints in the browser and no breakpoints in Visual Studio:

No Breakpoint claim

It only stops opening when disabling "Focus Sources panel when triggering a breakpoint", but this would disable this feature in general (In case I want to look for a breakpoint).

This seems wrong to me. Do you have any hint, what could possible trigger this behavior?

0

There are 0 best solutions below