Jules David
2 October 2024
Resolving Debugging Problems with Blazor WASM with Visual Studio 2022: Third-Party JavaScript Libraries Resulting in Breakpoints

When debugging a Blazor WebAssembly application with Visual Studio 2022, developers frequently run across recurring breakpoints that are brought on by exceptions in third-party JavaScript libraries. This problem is particularly annoying when working with dynamic files, such as those from Stripe or Google Maps, and is observed during debugging in Chrome.