VS 2022 debugger has gone to useless

Lloyd Sheen 1,476 Reputation points
2024-02-22T14:25:22.1233333+00:00

So yesterday I had a Null Exception and it would fire even in a try. Now when I get an exception i get the following: | | ||Name|Value|Type| ||teamRoster|Local variables and arguments are not available in '[Exception]' call stack frames. To obtain these, configure the debugger to stop when the exception is thrown and rerun the scenario.|string|

Now it did stop. Is there not any way to reset the debugger options as at present VS 2022 is getting worse and with this problem becomes useless. It now stops when I don't want it to and now showing the contents of a property can not happen so USELESS!!!!

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,872 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
966 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lloyd Sheen 1,476 Reputation points
    2024-02-22T15:21:10.7+00:00

    I found a post that indicated that using Tool -> Import Export Setting would work. I did it when I saw that it would save the current settings (never be too sure) and these weird debugger settings went away. Toolbars needed much work to get them back to what I wanted but all is good now.

    0 comments No comments