home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 1.3 KB | 61 lines |
- .name
- Sushi
- .type
- Programmer Tool
- .short
- Intercept and display output of KPrintf
- .description
- A tool to intercept the raw serial output of Enforcer 2.8b, MungWall,
- Enforcer.megastack 26.f, and all other tool and application debugging
- output that uses kprintf. This makes it possible to use serial
- debugging on a single Amiga, without interfering with attached serial
- hardware such as modems and serial printers. Sushi also provides
- optional signalling and buffer access to an external display/watcher
- program.
- .version
- 37.10
- .date
- .author
- Carolyn Scheppner
- .restrictions
- .requirements
- .reference
- AmigaLibDisk950:Sushi/
- 37.10
- AmigaLibDisk733:Sushi/
- 37.7
- .keywords
- .distribution
- Copyrighted but Freely Redistributable
- .price
- .address
- .email
- .phone
- .fax
- .exectype
- .installsize
- .source
- .construction
- .tested
- .docs
- Sushi.doc
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- Submitted electronically directly by the author.
- .execute
- set choice `RequestChoice "Sushi" "Please select an option" "View Documentation" "Run Sushi" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool Sushi.doc TEXT
- endif
-
- if $choice EQ "2"
- 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
- endif
- .aminet-dir
- dev/debug
-