Stepping over method without symbols - How to step into?

Posted by joedotnot on Stack Overflow See other posts from Stack Overflow or by joedotnot
Published on 2009-09-30T01:26:05Z Indexed on 2010/06/05 6:32 UTC
Read the original article Hit count: 839

Using Visual Studio 2008 SP1 and a VB.NET project; I have some code which i cannot step into. The Immediate Window shows the message "Stepping over method without symbols 'Some.Namespace.Here'"

How can i make sure the method always has symbols?! I need to step into every line of code. I am pressing F8 (which is "Step Into" in VS2008, from memory i think it used to be F11 in VS2005).

This debugger stuff has always confused me: At the Solution level Property Pages i see a configuration dropdown with 4 values: Active (Debug), Debug, Release, All Configurations. - currently set to "Active (Debug)" At the Project level, i see a configuration dropdown with 2 values: Debug, Release. - currently set to "Debug"

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about debug