home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / devcon / milan_1991 / devcon91.3 / debug / device / devmon.doc < prev    next >
Text File  |  1992-09-01  |  914b  |  30 lines

  1. devmon v37.11
  2. Copyright (c) 1990  Commodore Business Machines  All Rights Reserved
  3. USAGE: devmon name.device unitnum [remote] [hex] [allunits] [full]
  4.  
  5. Devmon is for debugging device IO problems.  By default, its output
  6. goes to a buffer which can be saved to a file or flushed when full.
  7. By default, it wedge just the device vectors.
  8.  
  9. options:
  10.  
  11. remote    - send output to serial
  12. hex    - show more of the output in hex
  13. allunits- show activity of ALL units (necessary to monitor devices
  14.         which allocate a new unit for each opener)
  15. full    - wedge into lots of exec device IO functions also
  16.  
  17.  
  18. Example usage:
  19.  
  20. devmon trackdisk.device 0 full
  21.  
  22.  
  23. Note - IOAudio requests are structured differently and do not match the
  24. output format of devmon.
  25.  
  26. Warning - as with any reentrant debugging tool that uses the caller's
  27. stack, a crash can occur if the caller has a very small stack.
  28. So far, we have only seem such crashes under 1.3.
  29.  
  30.