线程已退出,代码为0(0x0),没有未处理的异常 [英] The thread has exited with code 0 (0x0) with no unhandled exception

查看:176
本文介绍了线程已退出,代码为0(0x0),没有未处理的异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在调试我的C#应用​​程序时,我注意到以下句子大量出现:

While debugging my C# application I have noticed a large amount occurrences of the following sentence:


线程-已退出代码0(0x0)。

The thread -- has exited with code 0 (0x0).

应用程序继续运行,没有捕获/处理异常。

The application continues to work and no exception is catched/unhanded.

该应用程序在Windows 7 64bit上运行,并已在x86平台上调试。

The application is running on Windows 7 64bit and debugged with x86 platform.

推荐答案

这只是调试消息。您可以通过右键单击进入输出窗口将其关闭,然后取消选中线程退出消息

This is just debugging message. You can switch that off by right clicking into the output window and uncheck Thread Exit Messages.

http://msdn.microsoft.com/en-us/library/bs4c1wda.aspx


除了从应用程序中进行编程外,输出窗口
还可显示有关:

In addition to program out from your application, the Output window can display the information about:


  • 调试器已加载或卸载的模块。

  • Modules the debugger has loaded or unloaded.

引发的异常。

退出的进程。

退出的线程。

这篇关于线程已退出,代码为0(0x0),没有未处理的异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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