Can you talk about what you mean by the "Fault Debugger". Visual Studio itself crashes, the debugger simply stops and returns to Visual Studio development mode, a pop-up window appears with exceptions, etc.
For all of these cases, although the first thing I would like to do is change the following debugger options and repeat the script.
- Tools -> Options -> Debugger
- Uncheck: Enable implicit property evaluation
- Uncheck: Enable Just My Code
source
share