On Sunday, October 07, 2012 09:27:31 denizzzka wrote: > I've got a situation that debug information should be placed into > the class via the constructor. Therefore, when used -debug > constructor has another arguments list, and its need debug {} > else {} for ctor calling.
Which is fine. It's just that you need to realize that debug blocks are enabled with -debug and have nothing to do with whether -release is used or not, so it doesn't correspond with what people typically mean when they talk about debug mode and release mode. - Jonathan M Davis