问题描述
亲爱的所有人,
我使用c#创建了winform应用程序。我正在运行这个winform-application时阻止某些应用程序(如:mspaint.exe,notepad.exe等)。
我调试并运行应用程序,执行所有任务。并退出应用程序。但是,应用程序仍在该过程中运行(在任务管理器中显示)。
VS-2013中的调试器已消失但已停止。
我尝试过:
我如何搜索调试器所在的位置或者/以及为什么它会消失。
任何人都可以帮助我。
提前致谢。 ..
Dear All,
I have create winform application using c#. Where i'm blocking some application(like: mspaint.exe, notepad.exe, etc...) while running this winform-application.
I debug and run the application, performmed all task. And exit the application. But, still the application is running under the process(displaying in Task-Manager).
And the debugger in VS-2013 was disappeared but stopped.
What I have tried:
How can i search, where the debugger is or/and why it is disappeared.
can any one please help me.
Thanks in advance...
推荐答案
这篇关于退出winform应用程序后调试器消失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!