I call a method in Visual Studio and attempt to debug it by going over the call stack.
Some of the rows in it are marked "External code".
What exactly does this mean? Methods from a .dll have been executed?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
These are the lines where symbol information is not currently available for
Visual Studio Debugger. In other wordsDebuggeris not able to retrieve code from the line executed.I wrote currently because the symbol information can be downloaded or setup.
For more information you can read this : How to: Specify Symbol Locations and Loading Behavior