I am fairly new to Visual Studio, coming from Java development on Eclipse. Among other things I sorely miss from Eclipse is an ability to view source of binary assemblies.
In Eclipse I can attach reference to source code for a referenced jar and after that it is dead easy to navigate to the source, add breakpoints and debug those as though I have the libraries in my workspace.
Up to this point I have not managed to attach source code to an assembly reference.
Is it possible? How do I go about doing that (given that I do have access to the source code for this library)?
Using VS2010 - you will first need to compile your referenced assemblies with debug symbols.
A couple of options are then: