我的申请提供了令人失望的细节 [英] My application giving disassebly details

查看:64
本文介绍了我的申请提供了令人失望的细节的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

在运行应用程序时,我在c#代码中给出了一些断点.按F5键后,应用程序将显示反汇编详细信息.

Hi All,

While running my application, i gave some breakpoints in my c# code.After pressing F5 key application is showing disassembly details.

Why is it so and how to correct it to run smoothly.

推荐答案

当您有try和catch子句来处理抛出的异常时;为什么?在调试时,如果在catch子句中设置了断点,则即使未实际执行或命中特定的断点,Visual Studio也会显示该命中的断点.在那个特定点,如果您看到它的反汇编,那么您应该看到这些代码将在反汇编窗口中显示两次,有时甚至还会显示更多.

希望对您有帮助.
When you have try and catch clauses to handle thrown exceptions; on debugging if you have breakpoint set inside the catch clause then Visual studio will display that specific breakpoint has been hit even though it''s not actually executed or hit. At that specific point if you see it''s dissembly then you should see those codes will be shown twice or sometime even more in the disassembly window.

Hope this will help you.


这篇关于我的申请提供了令人失望的细节的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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