【发布时间】:2010-09-16 17:09:09
【问题描述】:
我的电脑上安装了一个应用程序。如何判断它是否在 DEBUG 模式下编译?
我尝试使用.NET Reflector,但它没有显示任何具体内容。这是我看到的:
// Assembly APPLICATION_NAME, Version 8.0.0.15072
Location: C:\APPLICATION_FOLDER\APPLICATION_NAME.exe
Name: APPLICATION_NAME, Version=8.0.0.15072, Culture=neutral, PublicKeyToken=null
Type: Windows Application
【问题讨论】:
标签: .net executable debug-symbols compiler-options