Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ tb — Apollo

Media Vault

Software Library

Restoration Projects

Artifacts Sought

;
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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026