[BUG] Breakpoints section has "All Exceptions" breakpoint missing and there's no way to add it manually #1715
Labels
area-dotnet-debugging
Issues around .NET Debugging with console, ASP.NET, or Aspire
bug
Something isn't working
Describe the Issue
I've struggled with the problem that "All Exceptions" breakpoint have just disappeared from my breakpoints section in Run and Debug tab.
I am using VS Code with C# dev kit and MAUI extensions in order to build and debug iOS and Android apps. "All Exceptions" breakpoint is crucial for development, actually it would be great to manually add exception breakpoints with some conditions and specific exception types, as we can in Visual Studio for Mac which is unforgivably abandoned by Microsoft.
Previously at least there were default "All Exceptions" and "Unhandled by user exceptions" breakpoints. But now, due to some unknown reason, these are gone. And now I can only manually add breakpoints, but there's no option for creating an Exception breakpoint. I've searched through the web and issues here for some possible solution, but unfortunately didn't find anything suitable, thus, please, help with finding at least some workaround or, maybe, possible solution.
P.S. Also, in the latest MAUI extensions preview you have removed the ability to disable the new debugger for .NET8+, which is very bad, since the new debugger doesn't work properly with iOS projects, at all.
Steps To Reproduce
Expected Behavior
There's an ability to turn on All Exceptions breakpoint (or even create some custom exception breakpoint).
Environment Information
macOS Sonoma
The text was updated successfully, but these errors were encountered: