在运行模式下挂起的软件 [英] software hanging in run mode

查看:93
本文介绍了在运行模式下挂起的软件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在使用Tab Control的C#中处理Windows应用程序.最初,当我运行该软件时,它的工作顺利进行,现在挂起了.即使单击文本框也要花费太多时间.如何处理,请帮助我

I am working on windows application in C# in which I am using Tab Control. Initially when I runs the software it did its work smoothly and now it is hanging. Even to click on a textbox it is taking too much time. how to handle it , plz help me

推荐答案

通常在这种情况下,您应该:
1)如果您具有源代码:在调试器中运行并在您认为它已停止工作时中断,并查看您在源代码中的位置并从那里进行工作.

2)如果您没有源代码:查看日志信息(如果存在)

*)以上都不是:然后尝试猜测,然后从上次构建以来所做的更改开始.

**)还要检查内存使用情况,因为您可能会泄漏.
Generally in such situations you should:
1) If you have the source code : run in the debugger and break when you think it has stopped working and see where in the source you are and work from there.

2) If you don not have the source code : look at log information if it exists

*) none of the above : then try guessing, and start from what you have changed since your last build.

**) check the memory usage also since you might have leaks.


这篇关于在运行模式下挂起的软件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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