在窗口“输出”中调试期间的错误 [英] errors during debug in window "output"

查看:64
本文介绍了在窗口“输出”中调试期间的错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的代码调试结束时的
,窗口"输出"报告一些错误,尽管代码正常,程序正常工作。有人可以向我解释这些错误吗?以及如何避免它们。



问题听起来很陈腐......但我现在开始学习c ++。

Hi,
at the end of debugging of my code, the window "output" report some errors, despite the code is ok and the program work properly. Someone can explain to me that kind of errors are these? and how I can avoid them.

The ask can sound trite... but I'm start now to learn the c++.

这是窗口输出显示:

推荐答案

上述消息是提供信息的。 它们不是错误。

The above messages are informational.  They are not errors.

Visual Studio调试器通知您它找不到各种dll的符号文件(即PDB)。 如果您没有通过在Visual
Studio IDE中设置相关选项来专门指示调试器下载和使用符号文件,则这是正常的。 调试器能够找到并加载可执行程序的符号文件。

The Visual Studio debugger is informing you that it cannot find a symbol file (i.e., PDB) for various dlls.  This is normal if you have not specifically instructed the debugger to download and use symbol files by setting the related options in the Visual Studio IDE.  The debugger WAS able to locate and load the symbol file for your executable program.

它还通知您线程已结束以及它们的退出代码是什么以及为您的Project1通知它们.exe进程。

It is also informing you that threads ended and what their exit code was as well as informing the same for your Project1.exe process.


这篇关于在窗口“输出”中调试期间的错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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