since I am using vs 2017 I am missing one of my most used features I was using in vs 2008 and 2010. In previous Visual Studio versions you were able to setup exception handling. VS2010 for expamle: Debug=>Exceptions=> CLR Exceptions => Thrown checkbox
When I checked this checkbox he would break on every exception which was thrown (did not matter if handled or unhandled). This was a huge bonus because in bad code were logging was very bad you allways found the issue pretty fast.
Now I am working on a project with pretty bad logging and I am getting a lot of exceptions in the output window but not in the log. But I simply can't find the damn code line and the studio debugger is not breaking at the exception.
I found this this and checked "all exceptions in this list". But it did nothing and the studio just ignored it. I am desperately looking for that good old "thrown" features from 2010. It obviously has to be a handled exception. Anyone knows where I find that must have feature in this new fancy studio?
Best regards