有人可以帮我解决这个问题 [英] Can someone me help to solve this problem

查看:144
本文介绍了有人可以帮我解决这个问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我开始调试时,我收到了下一条消息并且它没有调试

请帮助我一个人吗?

我使用了visual studio 2013 windows form application



线程0x1f8c已退出,代码为259(0x103)。

'AppDoctor.vshost.exe'(CLR v4.0.30319:AppDoctor.vshost .exe):已加载'C:\ Users \ ***** \Documents; \\ Visual Studio 2013 \Projects \ AppDoctor \ AppDoctor \bin \Release\AppDoctor.exe'。已加载符号。

程序'[9248] AppDoctor.vshost.exe:程序跟踪'已退出,代码为0(0x0)。

程序'[9248] AppDoctor .vshost.exe已退出,代码为-1073740771(0xc000041d)。

感谢提示

when i start debugging I got the next message and it does not debug
Please can some one help me?
I used visual studio 2013 windows form application

The thread 0x1f8c has exited with code 259 (0x103).
'AppDoctor.vshost.exe' (CLR v4.0.30319: AppDoctor.vshost.exe): Loaded 'C:\Users\*****\Documents\Visual Studio 2013\Projects\AppDoctor\AppDoctor\bin\Release\AppDoctor.exe'. Symbols loaded.
The program '[9248] AppDoctor.vshost.exe: Program Trace' has exited with code 0 (0x0).
The program '[9248] AppDoctor.vshost.exe' has exited with code -1073740771 (0xc000041d).
Thank you for hint

推荐答案

C:\Users\*****\Documents\Visual Studio 2013\Projects\AppDoctor\AppDoctor\bin\Release\AppDoctor.exe'. Symbols loaded.



您正在尝试调试应用程序的 Release 版本,该版本不包含任何调试信息。您需要构建和调试Debug版本。


You are trying to debug the Release version of your application, which does not contain any debug information. You need to build and debug the Debug version.


尝试清理解决方案然后

构建应用程序
try to clean the solution then
the build application


这篇关于有人可以帮我解决这个问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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