Replies: 2 comments 12 replies
-
|
If you are using Visual Studio, go to Tools > Options and then search for "new mono". In the filtered results there will be an item named "Enable new .NET 9+ Mono debugger for WASM apps" that is probably checked/enabled. Uncheck that. The actual path to this setting is just "All Settings / Preview Features". |
Beta Was this translation helpful? Give feedback.
6 replies
-
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm almost certain this isn't actually a bug - surely I have just got something set incorrectly - but it has plagued my Blazor debug experience since the earliest days of Blazor right up until now.
With browser dev tools open, any time a hot reload completes, there is an unbearable stop/start jittery mess of constantly hitting an internal
debuggerbreakpoint within the framework scripts.This part to be precise:
in the file
debug.tsand the function ismono_wasm_fire_debugger_agent_message_with_data_to_pause.The dev tools even has a message saying "This script is on the debugger's ignore list" so there isn't much more I feel I can do within my browser settings. It must be something relating to blazor debugging and/or how it interacts with Visual Studio.
Does anyone know how can I stop this from happening?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions