home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / debugo.zip / README < prev   
Text File  |  1994-09-08  |  3KB  |  87 lines

  1. DEBUGO                                          MONTE COPELAND
  2.  
  3.  
  4. DEBUGO REVISION HISTORY
  5. ----------------------------------------------------------------
  6. 07SEP94: direct mode, new H config dialog, it prints
  7. 17AUG94: handler on object window
  8. 16MAY94: /Lb+ also
  9. 22APR94: search output with / and ^F
  10. 04APR94: remove PM listbox; use GPI on display. REXX fixes
  11. 28JAN94: include a REXX sample program for use with Debugo.
  12. 10SEP93: cosmetic changes, assertion code out
  13. 18JUL93: f-key edits auto-scroll
  14. 01JUL93: point and click typing
  15. 29JUN93: parser fixes
  16. 15JUN93: fix a trap
  17. 20APR93: delete off top when listbox fills
  18. 04MAR93: REXX
  19. 21OCT92: more function keys
  20. 09SEP92: hang-on-exit fix
  21. 03SEP92: initial placement on OS2TOOLS
  22.  
  23.  
  24.  
  25.  
  26.  
  27. INTRODUCTION
  28. ----------------------------------------------------------------
  29.  
  30. Debugo is PM terminal program especially for use with the OS/2
  31. debug kernel. It makes the debug kernel easier to use.
  32.  
  33. Perhaps the best feature of Debugo is last-command callback.
  34. There are F-key macros, REXX, and programmable function keys.
  35. Debugo has point-and-click typing. With the mouse, point to an
  36. address or symbolic in the window. Press mouse button two, and
  37. Debugo copies the address or symbolic into your next command.
  38.  
  39. Debugo formats memory dumps according to C structs you define
  40. using IBM C Set/2 compiler. Throw the /Lb+ switch on the
  41. compiler; it generates a layout file from which Debugo builds a
  42. database. With this database, Debugo can format byte dumps as C
  43. structs. See the online help.
  44.  
  45. Known bugs are documented in the online help.
  46.  
  47. Monte Copeland, IBM Boca Raton
  48.  
  49. (c) Copyright International Business Machines Corporation, 1992, 1994.
  50. All rights reserved.
  51.  
  52.  
  53.  
  54.  
  55.  
  56. INSTALLATION
  57. ----------------------------------------------------------------
  58. . ensure you have configured asynchronous device support on the
  59. OS/2 2.x machine which will be the debug terminal.  Look in
  60. config.sys for
  61.  
  62.      DEVICE=\OS2\COM.SYS
  63.  
  64. . If you plan to use Debugo structure dumping, you must
  65. set up the Debugo environment as you would your C compiler.
  66. Ensure there are proper environment settings for
  67.  
  68.      DPATH=
  69.      PATH=
  70.      INCLUDE=
  71.      TMP=
  72.  
  73. . copy debugo.exe into your PATH
  74.  
  75. . copy debugo.hlp into your HELP path
  76.  
  77. . choose a directory from which to start Debugo.  Debugo.exe does
  78. not have to be in this directory, but CD into that directory
  79. before starting Debugo.  Debugo will use (or create) DEBUGO.INI
  80. in that directory.  Rule:  Debugo will only use the DEBUGO.INI in
  81. the currently-logged process sub-directory.
  82.  
  83. . hit Alt-P and enter port, baud rate, and other parameters.
  84.  
  85. . press F1 for on-line help.
  86.  
  87.