Revision [22486]

This is an old revision of KeyPgDdfbgui made by fxm on 2018-09-15 07:06:09.

 

__FB_DEBUG__


Intrinsic define (macro value) set by the compiler

Syntax:
__FB_DEBUG__

Description:
__FB_DEBUG__ indicates if the the generate debug information option '-g' was specified on the command line at the time of compilation.

Returns non-zero (-1) if the option was specified. Returns zero (0) otherwise.

Examples:
#if __FB_DEBUG__ <> 0
        #print Debug mode
#else
        #print Release mode
#endif


Differences from QB:
See also:
Back to Intrinsic Defines
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki



sf.net phatcode