debug.bi

Summary
debug.bi
LicenseCopyright © 2007-2011, FreeBASIC Extended Library Development Group
Macros
FBEXT_DPRINTDebug printing macro, when compiled with -g this will print to standard error.

License

Copyright © 2007-2011, FreeBASIC Extended Library Development Group

Distributed under the FreeBASIC Extended Library Group license.  See accompanying file LICENSE.txt or copy at http://code.google.com/p/fb-extended-lib/wiki/License

Macros

FBEXT_DPRINT

#macro FBEXT_DPRINT(x)

Debug printing macro, when compiled with -g this will print to standard error.

When compiled normally however, it will be replaced by dummy code to blank it out.

Works with all built-in types and any UDT that has a cast to string operator.

#macro FBEXT_DPRINT(x)
Debug printing macro, when compiled with -g this will print to standard error.