DBG$HELP.HLB  —  DEBUG  SHOW  EXIT_HANDLERS
    Identifies the exit handlers that have been declared in your
    program.

    Format

      SHOW EXIT_HANDLERS

1  –  Description

    The exit handler routines are displayed in the order that they
    are called (that is, last in, first out). The routine name is
    displayed symbolically, if possible. Otherwise, its address is
    displayed. The debugger's exit handlers are not displayed.

2  –  Example

  DBG> SHOW EXIT_HANDLERS
  exit handler at STACKS\CLEANUP
  DBG>

      This command identifies the exit handler routine CLEANUP, which
      is declared in module STACKS.
Close Help