show definition (browse) in *.pdb of *.dll file
Posted
by ala
on Stack Overflow
See other posts from Stack Overflow
or by ala
Published on 2009-07-16T17:51:59Z
Indexed on
2010/04/14
0:33 UTC
Read the original article
Hit count: 313
I have built a Library project (DLL) in .NET. And sometimes I use the DLL along with its PDB file as a reference in some other projects.
Now in the new project, I cant browse through the code of the DLL to debug. I can only see the definitions of class/methods/variables. That's by using "show definition" by browsing through the "class view"
However, only in case of an exception I the contents of the DLL opens and I could see the entire code of the DLL from the new project.
How could I see the contents (code) of the DLL before an exception occur?
© Stack Overflow or respective owner