VS 2010, VB.NET:
Seems I must have tampered with some settings. When I now get an exception it doesn’t highlight the respective line in code.
2nd issue: Also if the exception is in a library file, I want this file to pop up and highlight the correct line.
The tab that pops up on exception now says “No Source Available”.
So what settings control this behavior?
Menu > Debug > Exceptions
Seems “Common Language Runtime Exeptions” was unchecked, so I checked it. Not sure if this is the proper way to “treat” the issue, as now it halts on all type of exceptions, unless I uncheck them. But at least it helped me.