SophiaFramework UNIVERSE 5.3 |
The SFDDebug class provides the ASSERT / VERIFY / TRACE macro functions.
Public Functions | |
---|---|
static Bool |
Assert(
Bool success
, ACharConstPtr file
, SInt32 line
) Implement the ASSERT / ERIFY / TRACE macro.
|
[ public, static ] Bool Assert( Bool success ACharConstPtr file SInt32 line );
If the value of "success" parameter is true, messages are displayed in the output window of BREW Simulator.
File name for the messages to be displayed.
Line number for the messages to be displayed.
It returns the value of "success" parameter.
When debugging, not the Assert function but the ASSERT / ERIFY / TRACE macros are used.
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |