home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / debug / sushi / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  1.3 KB  |  61 lines

  1. .name
  2. Sushi
  3. .type
  4. Programmer Tool
  5. .short
  6. Intercept and display output of KPrintf
  7. .description
  8. A tool to intercept the raw serial output of Enforcer 2.8b, MungWall,
  9. Enforcer.megastack 26.f, and all other tool and application debugging
  10. output that uses kprintf.  This makes it possible to use serial
  11. debugging on a single Amiga, without interfering with attached serial
  12. hardware such as modems and serial printers.  Sushi also provides
  13. optional signalling and buffer access to an external display/watcher
  14. program.
  15. .version
  16. 37.10
  17. .date
  18. .author
  19. Carolyn Scheppner
  20. .restrictions
  21. .requirements
  22. .reference
  23. AmigaLibDisk950:Sushi/
  24. 37.10
  25. AmigaLibDisk733:Sushi/
  26. 37.7
  27. .keywords
  28. .distribution
  29. Copyrighted but Freely Redistributable
  30. .price
  31. .address
  32. .email
  33. .phone
  34. .fax
  35. .exectype
  36. .installsize
  37. .source
  38. .construction
  39. .tested
  40. .docs
  41. Sushi.doc
  42. .described-by
  43. Fred Fish (fnf@fishpond.cygnus.com)
  44. .submittal
  45. Submitted electronically directly by the author.
  46. .execute
  47. set choice `RequestChoice "Sushi" "Please select an option" "View Documentation" "Run Sushi" "Cancel"`
  48. if $choice EQ "0"
  49.   quit 5
  50. endif
  51.  
  52. if $choice EQ "1"
  53.   MetaTool Sushi.doc TEXT
  54. endif
  55.  
  56. if $choice EQ "2"
  57.   run >NIL: sushi <>"CON:0/20/640/100/Sushi  CTRL-E=Empty  CTRL-F=File/AUTO/CLOSE/WAIT/INACTIVE" ON BUFK=64 NOPROMPT ASKEXIT ASKSAVE
  58. endif
  59. .aminet-dir
  60. dev/debug
  61.