home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / prog1 / bxd2.doc < prev    next >
Text File  |  1989-06-22  |  1KB  |  31 lines

  1. brandX Symbolic Debugger (v2.6)                  REGISTRATION ($35.00)
  2.     by Sonam G. Gyato
  3.  
  4. This software is a full-screen debugger for the IBM series of personal
  5. computers and very close compatibles.  The major feature of bXd is its
  6. ability to run  without disturbing the  display screen of  the program
  7. being debugged.   It supports  both the  MDA and  CGA boards (also CGA
  8. specific modes of EGA).
  9.  
  10. Some of the other features are:
  11.  
  12. - Support  for  Symbol  Files.    With  this  feature  code   will  be
  13.   disassembled using label names and addresses can be specified  using
  14.   label names.  Two symbol  file formats are supported;  including the
  15.   format generated by the widely used MicroSoft linker.
  16.  
  17. - NMI Reset Switch.  This requires a hardware switch and gives a  user
  18.   the ability to trap  any program at the  press of a button  (even if
  19.   interrupts are off).  By default,  this trap is disabled because  it
  20.   causes problems with some EGA boards.
  21.  
  22. - Conditional Breakpoints.  Users  can set up  to 10 breakpoints  that
  23.   can  be  triggered  when  user-set  conditions  are  satisfied.  For
  24.   example,  a  breakpoint  can  be  enabled  only  when AX register is
  25.   greater than 10 and when the Zero-bit of the flag register is set.
  26.  
  27. - Online Help.  Detailed descriptions  on all the available  commands.
  28.   First time  users are  encouraged to  go through  them all  at least
  29.   once.
  30.  
  31.