Next: Declarative debugging mdb commands, Previous: Parameter commands, Up: Debugger commands [Contents][Index]
document_category slot categoryCreate a new category of help items, named category. The summary text for the category is given by the lines following this command, up to but not including a line containing only the lower-case word ‘end’. The list of category summaries printed in response to the command ‘help’ is ordered on the integer slot numbers of the categories involved.
document category slot itemCreate a new help item named item in the help category category. The text for the help item is given by the lines following this command, up to but not including a line containing only the lower-case word ‘end’. The list of items printed in response to the command ‘help category’ is ordered on the integer slot numbers of the items involved.
help category itemPrints help text about the item item in category category.
help wordPrints help text about word, which may be the name of a help category or a help item.
helpPrints summary information about all the available help categories.