如何避免在 Visual Studio 中进入第三方代码
我正在处理相当复杂的代码,该代码正在处理几个第三部分库。当我想继续跨过(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论