Cpts224logo

Home

Syllabus

Notes

Homework

Grades


Debugging – Some Useful Macros


Assert

#include <assert.h>

….

assert(predicate that must be true);

 

See the man page for more info.

Simple TRACE macro

More Complex DEBUG Macro