Ovako imam jedan problem koji ne znam riješit...
Naim Visual Studio 2008 (konkretno C#) mi ne breaka kad dođe exception.
Za test je slijedeći kod:
List<string> lista = null;
lista.Add("Test");
to pokrenem in ništa. Nikakav exception ne izleti. Kad pogledam u output windows (od vs 2008) piše:
A first chance exception of type 'System.NullReferenceException' occurred in WindowsFormsApplication1.exe
što je i u redu ali mi se ne pojavi nikakav dialog o grešci.
Exceptione ne hendlam, što znači da je to Unhandled exception.
U Debug=>Exceptions.. imam selektirano CLR Exceptions User-unhandled (kompletnu Common Language Runtime Exception grupu u kojoj se nalazi i System.NullReferenceException) dakle trebao bi break-at ali to ne radi.
Platforma je:
Windows Vista 64-bit
Visual Studio 2008 Team System
Resharper 4.1 instaliran.