When you are testing What’s This? Help (text-only topics), the BugHunter window captures calls the applications makes and displays information. Information is displayed based on BugHunter settings. You can view the data on a single line (that wraps in the BugHunter pane) or on separate lines.
A single line of BugHunter data looks like this:
HH_TP_HELP_WM_HELP/HH_TP_HELP_CONTEXTMENU, htmlhelp.chm, 1108, 1086, cxthelp/prjpref.txt
Multiple lines of BugHunter data are organized by the type of information and look like this:
Project: htmlhelp.chm
File: prjpref.txt
Command: HH_TP_HELP_CONTEXTMENU
Control ID:
1108
Help ID: 1086
Result:
topic launched
HH_TP_HELP_WM_HELP: This is the command sent to HTML Help.
HH_TP_HELP_CONTEXTMENU: This is the command used by the HtmlHelp API Reference to display What’s This? Help in a text-only popup window.
htmlhelp.chm: Name of HTML Help file that contains the Help topic that is being called.
1108, 1086: First number displayed is the control ID (used by the developer). The second number is the map number.
cxthelp: Name of folder (and any subfolders) where text topic exists in Help project.
prjpref.txt: Name of text-only file where topic is located.
Tips: |
|
|
|
|
|
|