|
Class Summary |
| Assert |
Assertions are boolean expressions that the programmer believes to be true
concerning the state of a computer program. |
| Debug |
Not-production-ready debugging class. |
| Line |
Languages with preprocessors, like C and C++, have the luxery of being able
to embed macros like __LINE__ into the source and have that
later be converted by the preprocessor in the line number of that line of
source. |
| Method |
Debugging method that when called will return the name of the method it was
called from. |