'How to break on handle exception C# on Visual Studio Code

I want to VSCode stop on exception at the line throw new Exception, but seem add "Exception" at Breakpoints section not working. How to fix this?

enter image description here

The sample code: https://1drv.ms/u/s!AnLYgH4sUs2EpPMoeF3swRWjc8z3vA?e=t4ygt5



Solution 1:[1]

Check your tests.JSON file in .vscode folder and check Terminal setting in vscode

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Gowrishankar