home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL44.ARJ / VOL4400 next >
Text File  |  1992-08-17  |  2KB  |  41 lines

  1. P r o g r a m m a T h e e k volume 4400
  2.  
  3. Titel: MS-Windows: Dr. Frank postmortem debugging; Xantippe
  4. information organizer
  5.  
  6. Number  Name            Size    Date    Comments
  7.         CATALOG  400       329 02-03-92 Dit overzicht
  8. 4400.01 DRFRANK  ZIP    106699 19-01-92 Archief met DRFRANK
  9. 4400.02 PKUNZIP  EXE     21440 21-07-89 Programma om zip-files uit te 
  10.                                         pakken
  11.         VOL4400  ABS      1368 02-03-92 Diskabstract
  12. 4400.03 XANTIPPE ZIP    143024 22-08-91 Archief met XANTIPPE
  13.                  5 files 87040 bytes free on volume 4400
  14.  
  15. Dr. Frank (DRFRANK.EXE) is a program that will help you perform
  16. a post-mortem on your Unrecoverable Application Errors (UAE's)
  17. with Microsoft Windows.
  18. It is part of a suite of tools (described below) to assist
  19. programmers, and was written with the programmer in mind, rather
  20. than the non-programmer.
  21. The most important feature of Dr. Frank is it's ability to show
  22. you the "call stack". The call stack shows you what calls your
  23. program was executing when the exception occured.  Additionally,
  24. if you post-process the log file, you can obtain the names and
  25. values of your local and global variables (if you have TD debug
  26. information available).
  27. Additionally, Dr. Frank can show you the CPU registers at the
  28. time of the exception, as well as a disassembly of the instruc-
  29. tion that caused the exception.
  30. Dr. Frank can also display information concerning the state of
  31. Windows when the exception occurred.  This includes things like
  32. available memory, which version of Windows, events in the
  33. programs message queue, etc...
  34.  
  35. XANTIPPE.EXE is a tool, running under Windows 3.x, to structure
  36. knowledge or information into a non-linear format. The informa-
  37. tion can take the form of text or graphics. Xantippe allows the
  38. user to organize the information by catorgorizing the knowledge
  39. and connecting related chunks of information with hyperlinks.
  40.  
  41. (Hans Schuts)