source: trunk/doc/Readme.Odinbug@ 6553

Last change on this file since 6553 was 6553, checked in by sandervl, 24 years ago

* empty log message *

File size: 2.9 KB
RevLine 
[6553]1Odin Bug Report Tool Version 0.3.0
2==================================
[6516]3
40. DISCLAIMER
5
[6553]6OdinBug is free, but copyrighted software. It is not guaranteed
7to fulfill any particular purpose. Use it at your own risk. It may
8be included with every application that comes with Odin files
[6516]9
101. INTRODUCTION
11
12This little program makes creating proper bug reports for Team Odin
13quite comfortable. As it is in a rather early stage, please do not
14expect it to be bug free or feature complete!
15
16I don't want to know how often Sander Van Leeuwen and other Team Odin
17members have written emails, telling us users to bring in proper bug
18reports (I don't exclude myself).
19
20Well, I would like Sander and all the others to spend there time on
21Odin and not writing emails about things that should be a non-issue.
22
232. WHAT IT DOES
24
25This program presents a form to fill in the information needed by
26Team Odin and generates a report that follows the standards presented
27in ReportingBugs.TXT which is part of every Odin build.
28
[6553]29Some of the information is gathered from CONFIG.SYS, SYSLEVEL files,
30the WarpIN database, from ODIN.INI and also from the odin32_?.log files.
31And some information has to be filled in manually (only the minor part).
[6516]32
33It also scans the odin_?.log file to find the exception information and
34the stack dump in case an application traps. The aware that these logfiles
35can become quite large and that it might take a while until processing is
36complete.
37
383. USAGE
39
40As OdinBug.EXE is written in VX-REXX it needs the VROBJ.DLL runtime.
41
[6553]42VROBJ.DLL can be found in the directory x:\IMAGES (x=CD-ROM drive) of
43your original Warp 4 CD-ROM and has to be copied into into d:\OS2\DLL
44(d=bootdrive), or somewhere else in your LIBPATH.
[6516]45
[6553]46There is also a VROBJ.WPI package at the following location:
47
48 http://groups.yahoo.com/group/odinusers/files/vrobj.wpi
49
50This package can be installed the usual way using WarpIN.
51
[6516]52Put OdinBug.EXE in a directory in your path.
53
54Put OdinBug.CFG into the same directory within your path. If you are not
55familiar with REXX code, you can also delete OdinBug.CFG, the program
56itself has reasonable default values.
57
[6553]58Call it after you experienced a trap in a Win32 program and after you
59have created a log file.
[6516]60
61Every field can be changed manually, but using the "Search"-buttons should
62be the preferred method.
63
[6553]64When everything is complete press "Create report" button. The program
65checks for empty fields, and if everything is filled out creates a report.
[6516]66
[6553]67Pressing "EMail report" starts Netscape Messenger (or any other email
68program; see OdinBug.CFG) with the appropriate email address and copies
69the newly created report into the clipboard, so it can be pasted into
70the email.
[6516]71
724. BUG REPORTS AND FEATURE REQUEST FOR THIS PROGRAM
73
[6553]74Just email me and tell me what you think or what you want!
75I will try to realize it.
[6516]76
775. AUTHOR:
78
79Herwig Bauernfeind, 10.08.2001
80EMail: herwig.bauernfeind@aon.at
Note: See TracBrowser for help on using the repository browser.