DBG$HELP.HLB  —  DEBUG  SHOW  IMAGE  Example
  DBG> SHOW IMAGE SHARE*
   image name            set    base address    end address

  *SHARE                 yes    00000200        00000FFF
   SHARE1                no     00001000        000017FF
   SHARE2                yes    00018C00        000191FF
   SHARE3                no     00019200        000195FF
   SHARE4                no     00019600        0001B7FF

   total images: 5       bytes allocated: 33032
  DBG>

      This SHOW IMAGE command identifies all of the images whose
      names start with SHARE and which are associated with the
      program. Images SHARE and SHARE2 are set. The asterisk (*)
      identifies SHARE as the current image.
Close Help