home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Top 1
/
os2_top1.zip
/
os2_top1
/
DOS_GG
/
COMCAT
/
VOL44.ARJ
/
VOL4400
next >
Wrap
Text File
|
1992-08-17
|
2KB
|
41 lines
P r o g r a m m a T h e e k volume 4400
Titel: MS-Windows: Dr. Frank postmortem debugging; Xantippe
information organizer
Number Name Size Date Comments
CATALOG 400 329 02-03-92 Dit overzicht
4400.01 DRFRANK ZIP 106699 19-01-92 Archief met DRFRANK
4400.02 PKUNZIP EXE 21440 21-07-89 Programma om zip-files uit te
pakken
VOL4400 ABS 1368 02-03-92 Diskabstract
4400.03 XANTIPPE ZIP 143024 22-08-91 Archief met XANTIPPE
5 files 87040 bytes free on volume 4400
Dr. Frank (DRFRANK.EXE) is a program that will help you perform
a post-mortem on your Unrecoverable Application Errors (UAE's)
with Microsoft Windows.
It is part of a suite of tools (described below) to assist
programmers, and was written with the programmer in mind, rather
than the non-programmer.
The most important feature of Dr. Frank is it's ability to show
you the "call stack". The call stack shows you what calls your
program was executing when the exception occured. Additionally,
if you post-process the log file, you can obtain the names and
values of your local and global variables (if you have TD debug
information available).
Additionally, Dr. Frank can show you the CPU registers at the
time of the exception, as well as a disassembly of the instruc-
tion that caused the exception.
Dr. Frank can also display information concerning the state of
Windows when the exception occurred. This includes things like
available memory, which version of Windows, events in the
programs message queue, etc...
XANTIPPE.EXE is a tool, running under Windows 3.x, to structure
knowledge or information into a non-linear format. The informa-
tion can take the form of text or graphics. Xantippe allows the
user to organize the information by catorgorizing the knowledge
and connecting related chunks of information with hyperlinks.
(Hans Schuts)