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 thi
you can use the Attach to Process action on the Debug menu to debug running instance of your host app. (running process has the debug symbols .pdb files ).