source: trunk/doc/Readme.Odinbug@ 8706

Last change on this file since 8706 was 8559, checked in by sandervl, 23 years ago

added odin users manual

File size: 3.9 KB
RevLine 
[8559]1Odin Bug Report Generator Version 0.5.6
[7690]2=======================================
[6516]3
[7690]40. Disclaimer
5=============
[6516]6
[7690]7OdinBug is free, but copyrighted software. It is not guaranteed to fulfill
8any particular purpose. Use it at your own risk. It may be included free of
9charge with every application that comes with or makes use of Odin libraries.
[8559]10The current sourcecode is freely available upon request to the author.
[6516]11
[7690]121. Introduction
13===============
[6516]14
[7690]15The main goal of this program is to make creating proper bug reports for Team
16Odin more comfortable.
[6516]17
[7690]18The reason I started to write this program was, that I saw every day that
19Sander van Leeuwen and other Team Odin members write emails, telling us users
20to bring in proper bug reports (I don't exclude myself).
[6516]21
[7690]22Well, I would like Sander and all the others to spend there time on Odin and
23not writing emails about things that should be a non-issue.
[6516]24
[7690]252. Installation
26===============
[6516]27
28As OdinBug.EXE is written in VX-REXX it needs the VROBJ.DLL runtime.
29
[7690]30VROBJ.DLL can be found in the directory x:\IMAGES (x=CD-ROM drive) of your
31original Warp 4 CD-ROM and has to be copied into into d:\OS2\DLL
[6553]32(d=bootdrive), or somewhere else in your LIBPATH.
[6516]33
[6553]34There is also a VROBJ.WPI package at the following location:
35
36 http://groups.yahoo.com/group/odinusers/files/vrobj.wpi
[6717]37 ftp://ftp.os2.org/odin/weekly/vrobj.wpi
[6553]38
39This package can be installed the usual way using WarpIN.
40
[8559]41OdinBug comes in 3 different packages (only one has to be used):
[6516]42
[8559]431.) As part of the weekly build files. OdinBug is installed automatically with
44 Odin.
452.) As a standalone WPI package. This package can be installed the usual way using
46 WarpIN.
473.) As a standalone ZIP package. This should be unZIPped into the Odin-"Windows"
48 directory. Putting it elsewhere is not recommended and cause unpredictable
49 results.
50
[7690]51Whenever a new version of OdinBug is executed for the first time, it creates
52an object for itself (and a few others) in the Odin folder and associates
53odin32_?.log files with it. Now you can doubleclick on any odin32_?.log file
54and OdinBug is fired up.
[6516]55
[8559]56Note: XWorkplace users should create "Odin Log File" as a subtype of "Plain
[7690]57Text" and associate OdinBug with that filetype in order to have OdinBug as a
58default for Odin logfiles and your favorites text editor as additional
59editor/viewer.
[6516]60
[7690]61Before pressing "Create" for the first time you have to configure your email
62client on the "EMail" page.
[6516]63
[7690]643. WHAT IT DOES
[6717]65
[7690]66OdinBug presents a notebook of forms to fill in the information needed
67by Team Odin and generates a report that follows the standards defined by
68Team Odin (see Online help for details).
[6717]69
[7690]70Generally this program needs 1 file as input from the user:
[6717]71
[7690]72- the Odin log file: odin32_?.log
[6717]73
[7690]74Note: Only debug builds can create log files!!!
[6717]75
[7690]76It will try to determine the Odin buildfile automatically, but if this fails
77or OdinBug is unsure, it will prompt the user to enter a valid buildfile,
78too.
[6717]79
[7690]80As soon as the user has specified these files, all the other information is
81gathered from CONFIG.SYS, SYSLEVEL files, the WarpIN database, from ODIN.INI
82and also from the odin32_?.log files. Only minor adjustments should have to
83be made (especially from users with non-Scitech Display drivers).
[6717]84
[7690]85It also scans the odin_?.log file to find the exception information and the
86stack dump in case an application traps. Be aware that these logfiles can
87become quite large and that it might take a while until processing is
88complete.
[6717]89
[7690]90The exception is presented on the exceptions page of OdinBug.
[6717]91
[7690]924. USAGE
[6717]93
[7690]94OdinBug is quite self explanatory anyway and there is a full featured
95online help and manual available. Please, read it!
[6516]96
[6717]975. BUG REPORTS AND FEATURE REQUESTS FOR THIS PROGRAM (OdinBug)
98
[7690]99Just email *me* and tell me what you think or what you would like to see! I
100will try to implement or fix it.
[6516]101
102
[6717]1036. AUTHOR:
104
[8559]105Herwig Bauernfeind, 05-03-2002
106EMail: herwig.bauernfeind@aon.at
Note: See TracBrowser for help on using the repository browser.