I have a c# solution A in my Visual Studio 2010. I have added a dll of solution B as a Reference. I have built solution B with "Debug".
If I run solution A in debug mode I can debug into solution B (Step Into F11) and see the code. That's nice. If I am NOT in debug mode and I "Go to definition (F12)" of external code Visual Studio opens a file without the body/logic of the methods :-( It looks something like an Interface.
Is it possible to "Go to definition (F12)" of external code in edit mode? Do I need a plugin?
I do not want to edit the external code. I just want to read the logic and set breakpoints.