VS 2010: Call Stack says: [external code] and will not show the call code

I don’t see which code caused the line being executed at runtime using the debugger.

alt text

Added:. How can I enter methods that call the code itself?

+4
source share
1 answer

Try to execute

  • Right click on call stack
  • Select Show External Code

alt text

+8
source

All Articles