调试版本和cpu类型 [英] debug release and cpu type

查看:64
本文介绍了调试版本和cpu类型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好
我总是通过x64调试我的c#程序.在无法通过x86调试程序之后,我通过x86发布了程序.我该怎么办?

hello
I always debug my c# programs by x64. I release a program by x86 after that I can''t debug programs by x86. what can I do?

推荐答案

当我很直白地阅读您的问题时,您说您在x64上进行调试,然后在x86上发布.当您在RELEASE模式下编译程序时,调试信息将被省略.我想如果您还想在该版本上进行调试,则需要创建一个x86调试版本.

祝你好运!
When I read your question very literal, you say that you DEBUG on x64 and after that you RELEASE by x86. When you compile a program in RELEASE mode, debug information is omitted. I guess you need to create a x86 debug version if you would like to debug on that as well.

Good luck!


这篇关于调试版本和cpu类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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