; TB -- (Traceback) Displays the current call stack. > TB (Lists the entire sequence of calls leading to the Stopped at TEST_C\f\10 routine where program is currently stopped.) Called from TEST_C\main\24 Called from UNIX_$MAIN\190 Called from <apollo_c_startup>\31999 > TB -frames 2 (Restricts the sequence of calls to 2.) Stopped at TEST_C\f\10 Called from TEST_C\main\24 > TB -frames 2 -args (Same as previous except also prints the values of Stopped at TEST_C\f\10 the arguments of each named routine.) TEST_C\f\quarter = 25 Called from TEST_C\main\24 No arguments