for some reason, my visual studio 2010 is not loading debug symbols on my own code.
I use the default WPF application. with a sample WPF application I'm working on and working in debug mode.
when I enter debugging I can go through my code.
BUT
when an exception occurs in my code (ie throws a new exception ("test")), visual studio gives me a blue blank screen with "No Source Available". No characters loaded blah blah .. "
and
I can actually “view” the details of the exception, where it will tell me the line of code on which my exception occurred.
so that he knows what happened. It seems.
It seems that the PDB files are not loaded.
my setup:
options> Deubg> "Include only my code (only managed)." Application Properties: 1 project works in Debug x86
source
share