Oren A
Oren A

Reputation: 5900

VS 2010: Call Stack says: [external code] and won't show calling code

I can't see what code called the line being executed at runtime using the debugger.

alt text

Added: How do I step into the methods that called the code being exectued themselves?

Upvotes: 4

Views: 1049

Answers (1)

JaredPar
JaredPar

Reputation: 755151

Try the following

  • Right click on the call stack
  • Select "Show External Code"

alt text

Upvotes: 8

Related Questions