How to determine if an assembly was compiled as debug

First thing to do is get Red Gate’s .NET Reflector.  Drop the assembly and run the disassemble.  You should see in the Assembly Metadata metadata that says

Debuggable("True, True")

03.10.2009 17:51 by Danny Gershman | Comments (1) | Permalink