trace [restriction] [ifcond]
Report tracing information as program is executed, according to the
restriction. With no arguments, all source
lines are printed before being executed. cond is a Boolean expression;
if it evaluates to false, then the tracing information is not printed.
funcReport while executing func.
classPrint name of function that called any member of class.
funcPrint name of function that called any top-level C++ func.
memberPrint name of function that called member of any class.
expr at nPrint value of expr each time line n is reached.
funcPrint name of function that called func.
n Show source line n before executing it.
varPrint value of var each time it changes.
var [in func]Same as above, but print information only while executing from within the specified procedure or function.