|
#define | PA_Assert(c, m) ((c) ? ((void)0) : _PA_Assert(#c, m, __FILE__, __LINE__)) |
| Shows an error message if the condition is not true.
|
|
|
bool | PA_IsEmulator () |
| Detects if the program is running on an emulator.
|
|
void | PA_iDeaS_DebugOutput (const char *str) |
| Outputs text to the iDeaS debugging console.
|
|
void | PA_iDeaS_DebugPrintf (const char *str,...) |
| Outputs formatted text to the iDeaS debugging console.
|
|
void | PA_iDeaS_Breakpoint () |
| Triggers a breakpoint on iDeaS.
|
|
Some debugging utilities like emulator detecting and iDeaS debug console printing
◆ PA_Assert
#define PA_Assert |
( |
|
c, |
|
|
|
m |
|
) |
| ((c) ? ((void)0) : _PA_Assert(#c, m, __FILE__, __LINE__)) |
Shows an error message if the condition is not true.
- Parameters
-
c | Condition, like MyVar < 128 |
m | Error message |
◆ PA_iDeaS_DebugOutput()
void PA_iDeaS_DebugOutput |
( |
const char * |
str | ) |
|
Outputs text to the iDeaS debugging console.
- Parameters
-
◆ PA_iDeaS_DebugPrintf()
void PA_iDeaS_DebugPrintf |
( |
const char * |
str, |
|
|
|
... |
|
) |
| |
Outputs formatted text to the iDeaS debugging console.
- Parameters
-