|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Debugging tools. More...
Go to the source code of this file.
Macros | |
| #define | SMTG_ASSERT(f) |
| if DEVELOPMENT is not set, these macros will do nothing. | |
| #define | SMTG_ASSERT_MSG(f, msg) |
| #define | SMTG_WARNING(s) |
| #define | SMTG_PRINTSYSERROR |
| #define | SMTG_DEBUGSTR(s) |
| #define | SMTG_VERIFY(f) |
| #define | SMTG_VERIFY_IS(f, r) |
| #define | SMTG_VERIFY_NOT(f, r) |
| #define | SMTG_DBPRT0(a) |
| #define | SMTG_DBPRT1(a, b) |
| #define | SMTG_DBPRT2(a, b, c) |
| #define | SMTG_DBPRT3(a, b, c, d) |
| #define | SMTG_DBPRT4(a, b, c, d, e) |
| #define | SMTG_DBPRT5(a, b, c, d, e, f) |
| #define | NEW |
| #define | NEWVEC |
| #define | ASSERT |
| #define | WARNING |
| #define | DEBUGSTR |
| #define | VERIFY |
| #define | VERIFY_IS |
| #define | VERIFY_NOT |
| #define | PRINTSYSERROR |
| #define | DBPRT0 |
| #define | DBPRT1 |
| #define | DBPRT2 |
| #define | DBPRT3 |
| #define | DBPRT4 |
| #define | DBPRT5 |
Functions | |
| bool | AmIBeingDebugged () |
| Returns true if a debugger is attached. | |
| bool | isSmtgUnitTesting () |
| void | setSmtgUnitTesting () |
Debugging tools.
There are 2 levels of debugging messages:
Definition in file fdebug.h.
| #define SMTG_ASSERT | ( | f | ) |
| bool isSmtgUnitTesting | ( | ) |
Definition at line 331 of file fdebug.cpp.
| void setSmtgUnitTesting | ( | ) |
Definition at line 337 of file fdebug.cpp.