home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / pmdebug / readme < prev   
Encoding:
Text File  |  1993-08-23  |  3.6 KB  |  109 lines

  1.  
  2.   INSTALLATION
  3.   ------------
  4.  
  5.     Copy the files from the installation disk onto your hard-drive. Make
  6.     sure the PMDEBUG.HLP file is located in a directory indicated by the
  7.     HELP= statement in your config.sys.
  8.  
  9.     If you create a program object for the executable, set the working
  10.     directory to the directory containing the PMDEBUG.EXE and PMDEBUG.INI
  11.     files.
  12.  
  13.  
  14.  
  15.   OS REQUIREMENTS
  16.   ---------------
  17.  
  18.     This demo version requires OS/2 version 2.0 or higher to run. If you
  19.     are using the 2.1 version, you may experience a flickering effect in
  20.     the main display window. This is caused by a regression in that
  21.     version. IBM has reported it fixed.
  22.  
  23.  
  24.  
  25.   DEMO VERSION
  26.   ------------
  27.  
  28.     While this demo application is fully operations, there is a time limit
  29.     of 30 minutes per session. A timer is started when the application is
  30.     loaded and when it expires, the application will shut itself down. The
  31.     time remaining is displayed in a button to on the right side of the
  32.     main window's menu.
  33.  
  34.     The compiler needed to create formatted memory displays is not
  35.     included.  A sample of the .MDF files it creates is included in the
  36.     demo package for you to test this feature however.
  37.  
  38.     Finally the ability to reload a set of frozen commands has been
  39.     disabled.
  40.  
  41.  
  42.  
  43.   COLORS & FONTS
  44.   --------------
  45.  
  46.     You can change the colors and fonts of most of the controls in the
  47.     application by using the color and font palletts. Just drag the
  48.     desired color/font to the control and drop it. Saving the system or
  49.     window setup will save the change.
  50.  
  51.  
  52.  
  53.   DRAGING TEXT/VALUES
  54.   -------------------
  55.  
  56.     Text can be dragged from the main display window and from formatted
  57.     memory displays into other comtrols. Select the text to be dragged and
  58.     hold the right mouse button (a broken pencil should appear). While
  59.     holding the button down position the pencil over the control to accept
  60.     the text. When positioned over a control that accepts the text, the
  61.     pencil will become whole.
  62.  
  63.  
  64.  
  65.   SHORT CUTS
  66.   ----------
  67.  
  68.     - A word in the main window can be quickly be selected for dragging by
  69.       double clicking on it. Blanks delimit words.
  70.  
  71.     - If you've dumpped memory into the main display and wish to edit a
  72.       value, mark its address and bring up the display window context menu.
  73.       Select the "Memory Edit" option and that window will be displayed and
  74.       loaded ready for editting.
  75.  
  76.     - If you have a series of commands that you will be executing often,
  77.       freeze them so they don't get scrolled out the buffer. In the
  78.       non-demo version you can save them to a file to be reloaded in later
  79.       debug sessions.
  80.  
  81.  
  82.    HELP TOPICS YOU REALLY SHOULD READ:
  83.    -----------------------------------
  84.  
  85.     PM Debug contains an on-line help file. The following list is a set of
  86.     topics you should read to obtain a feeling of the application.
  87.  
  88.  
  89.     Main Window / Display Area / Context menu
  90.     Main Window / Display Area / Dragging Text
  91.     Main Window / Display Area / Editing memory
  92.     Main Window / Display Area / Colors and fonts
  93.     Main Window / Command buttons / Programming
  94.  
  95.     Command List window / Freezing a buffered command
  96.     Command List window / Loading/Saving frozen commands
  97.     Command List window / Execute on select option
  98.  
  99.     Edit Memory Window / Changing colors and fonts
  100.     Edit Memory Window / Edit as...
  101.  
  102.     Memory Display Window / Setting the drop configuration
  103.     Memory Display Window / Saving format changes
  104.     Memory Display Window / Editing an item's value
  105.     Memory Display Window / Dragging memory values
  106.  
  107.     Auto-Step Execution
  108.     Auto-Step Execution / Settings
  109.