如何避免在 Visual Studio 中进入第三方代码

发布于 2024-11-14 23:45:13 字数 216 浏览 1 评论 0原文

我正在处理相当复杂的代码,该代码正在处理几个第三部分库。当我想继续跨过(F10)时,有时我会遇到第 3 方汇编代码。如果我取消选择自动进入反汇编的选项,它会抱怨源代码不可用。在这种情况下,我希望 Visual Studio 能够跳过所有第 3 方代码,并在找到带有源文件的代码(很可能是我的项目)时立即中断。有什么办法可以启用这种行为吗?

注意:我正在使用非托管代码

I am working with fairly complex code that is working with several 3rd part libraries. When I want to keep on stepping over (F10) I sometimes end up in 3rd party assembly code. If I deselect the option to go automatically into disassembly, it complains that the source code is not available. What I want to happen in this situation is for Visual Studio to step over all the 3rd party code and break as soon as it finds code with source file (most likely my project). Any way this behaviour can be enabled?

Note: I am working with unmanaged code

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文