what does mean by debug build and release build, difference and uses [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Debug/Release difference I want to know what do these two mean: Debug build and Release build and what is the difference between both. Which one should I use (I mean which are the suitable conditions for each one) and which build actually I am using now if I make a simple C++ project in Visual studio. [If I do not change any projects settings] I am asking this because I am trying to make a GUI using wxWidgets 2