Displays the values of the specified register or registerGroup. If no register or registerGroup is specified, the default list of registers is displayed. If no switch is specified, the behavior is the same. For example:
Debug.ListRegisters /Display eax
is equivalent to
Debug.ListRegisters eax
/List
Displays all register groups in the list.
/Watch [{register|registerGroup}...]
Adds one or more register or registerGroup values to the list.
/Unwatch [{register|registerGroup}...]
Removes one or more register or registerGroup values from the list.