I am using Microsoft Visual Studio Community 2022 (64-bit) version 17.2.4 with MSTest.TestFramework and TestAdapter version 2.2.10. When I start a test in debug mode, I would like it to break when a UnitTesting Assert Fails. Can someone tell me how to configure MSTest or my TestMethod or Visual Studio to do this?
If I need to switch to another test framework, that's fine, as long as it supports Visual Studio debugging.