是否有一种方法可以从调试中更改Exe文件的模式 [英] Is there a method to change the mode of an Exe file from debug

查看:51
本文介绍了是否有一种方法可以从调试中更改Exe文件的模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何更改exe已经生成调试模式任何CPU到x86模式的exe分开exe并且不返回到debogauge

解决方案

否 - 你选择解决方案配置从调试到发布并重新构建您的解决方案。



为调试而构建的EXE文件将插入额外的数据以使调试更容易,并且还会生成不同的代码,因为它不会在附近和积极地进行优化。你不能只是翻转一个开关,额外的东西就会消失,优化就会发生! :笑:

how to change an exe already generates debug mode Any CPU to an exe on x86 mode apartir the exe and not returning to the debogauge

解决方案

No - you select the "Solution Configuration" from "Debug" to "Release" and rebuild your solution instead.

An EXE file built for debug will have extra data inserted to make debug easier, and will also generate different code, because it will not optimize anywhere near and aggressively. You can''t just "flip a switch" and the extras disappear and the optimisations happen! :laugh:


这篇关于是否有一种方法可以从调试中更改Exe文件的模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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