How to get Visual Studio to step into third party assemblies

Posted by ForeverDebugging on Stack Overflow See other posts from Stack Overflow or by ForeverDebugging
Published on 2010-03-20T02:31:34Z Indexed on 2010/03/20 2:41 UTC
Read the original article Hit count: 481

Filed under:
|
|

When I'm debugging or even coding, it would be really uesful to examine third party assemblies but I can only see their metadata.

Given that tools like reflector can decompile assemblies, is there someway or some tool which would allow visual studio to do the same thing?

If I happen to have access to the PDB files for an assemblies, would placing them into my applications bin folder allow me to examine the assemblies content through visual studio?

© Stack Overflow or respective owner

Related posts about visual

Related posts about studio