home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / compiler / pbug1_30 / window / english / readme next >
Encoding:
Text File  |  1995-01-13  |  2.1 KB  |  35 lines

  1.      **********************************************************************
  2.      *                                                                    *
  3.      *                 PEACEBUG, Window                                   *
  4.      *                 ----------------                                   *
  5.      *                                                                    *
  6.      * written by:     Emanuel Möcklin                                    *
  7.      *                 Rainfussweg 7                                      *
  8.      *                 CH-8038 Zürich                                     *
  9.      *                 peace@soziologie.unizh.ch                          *
  10.      *                                                                    *
  11.      **********************************************************************
  12.  
  13.  
  14.      This program is able to let PEACEBUG run in a window, a very useful
  15.      feature if you want to keep your eyes on the original screen. It's
  16.      also very useful if you have a built-in gfx board which does not
  17.      allow you to set the screenbase address.
  18.      Window only uses the officially documented features of PEACEBUG's
  19.      interface, and of course it can be started as accessory or as program.
  20.  
  21.      PEACEBUG uses own screen routines and can also be called from an
  22.      interrupt, so naturally there can be problems with the AES. Because of
  23.      that, Window switches the debugger's output back to the original screen
  24.      if the work space of the window is overlapped by another window (the
  25.      window doesn't have to be the top one). All problems are not removed by
  26.      this procedure, e.g. if a dialog box covers the window, it will be
  27.      destroyed if the debugger pops up.
  28.      Window checks regulary if the work space isn't covered, (every 1/10
  29.      second), and decides whether to switch the screen or not.
  30.  
  31.      If you are interested in the source code, please send me a formatted
  32.      disk or an e-mail. You will then receive the newest version in the
  33.      same way. Bug reports and suggestions are also welcome.
  34.  
  35.