Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 244
Oren A Avatar asked Feb 27 '23 06:02

Oren A


1 Answers

Try the following

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

alt text

like image 144
JaredPar Avatar answered Mar 22 '23 22:03

JaredPar