什么是“外部代码"?在调用堆栈中是什么意思? [英] What does "external code" in the call stack mean?

查看:53
本文介绍了什么是“外部代码"?在调用堆栈中是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Visual Studio中调用一个方法,然后尝试通过调用堆栈对其进行调试.

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".

这到底是什么意思?.dll中的方法已执行?

What exactly does this mean? Methods from a .dll have been executed?

愚蠢的问题;但需要一个明确的答案.

Stupid question; but need a definitive answer.

推荐答案

这些是其中符号信息当前不适用于 Visual Studio调试器的行.换句话说, Debugger 无法从执行的行中检索代码.

These are the lines where symbol information is not currently available for Visual Studio Debugger. In other words Debugger is 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

这篇关于什么是“外部代码"?在调用堆栈中是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆