Well, if you have to deal with a whole bunch of assemblies, you might ask yourself: “is this debug or release compiled”?
Fortunately there is a way to tell: using ILDASM
or Reflector you can inspect the compiled assembly. If the assembly is debug-compiled, you will find a AssemblyConfigurationAttribute
which will tell you whether it’s compiled debug or not.