Top "Release-mode" questions

an ide or build setting requesting builds without debug objects

Linker error LNK2038: mismatch detected in Release mode

I am trying to port a small app of mine from Win XP and VS 2005 to Win 7 and VS 2010. The …

c++ visual-studio-2010 linker pcre release-mode
C# release version has still .pdb file

I want to deploy the release version of my application done in C#. When I build using the Release config, …

c# pdb-files release-mode
How to debug in release mode?

I have to debug a c++ project, but as one dependency doesn't compile in debug mode and I haven't been …

c++ visual-studio-2010 debugging visual-c++ release-mode
Why are my binaries not placed in the /bin/release folder when I build a Windows Service in C#?

I am new to C# and VS 2010, and am following an online guide to creating a C# Windows Service in …

c# .net visual-studio visual-studio-2010 release-mode
Common reasons for bugs in release version not present in debug mode

What are the typical reasons for bugs and abnormal program behavior that manifest themselves only in release compilation mode but …

c++ release-mode debug-mode
How to check if an assembly was built using Debug or Release configuration?

I'm starting deployment of my web application and I need to guarantee that all the assemblies that are going to …

c# assemblies build-process release-mode debug-mode
Different results between Debug and Release

I have the problem that my code returns different results when comparing debug to release. I checked that both modes …

c++ visual-studio-2010 openmp release-mode debug-mode
How to generate PDB's for .net managed projects in release mode?

I know PDBs are generated for managed projects in .NET by giving the compiler the /debug argument. Is there a …

.net msbuild debug-symbols release-mode
App on release crashes, while on debug doesn't

I'm developing an app using Android Studio, and when I switched from debug to release build variant, it began to …

android android-studio proguard ormlite release-mode
My code works in Debug mode, but not in Release mode

I have a code in Visual Studio 2008 in C++ that works with files just by fopen and fclose. Everything works …

visual-c++-2008 release-mode debug-mode