Rate This Document
Findability
Accuracy
Completeness
Readability

help Command

Command Function

Displays the help information about HPC Debugger commands after an application is started.

Syntax

help

The help command can be abbreviated as h.

Example

Run the following command to view help information:

1
help

Command output:

The most commonly used debugger sub commands are:
   help                Get help information.
   breakpoint          Adds, views, and deletes breakpoints.
   rank                Displays the rank information and sets the current rank.
   group               Displays the communication subgroup information and sets the current communication subgroup.
   thread              Displays the thread information and sets the current thread.
   variable            Displays and modifies variables.
   register            Displays and modifies registers.
   stack               Displays the stack information and switches between stack frames.
   list                Displays the code context of the current pause location of the application.
   continue            Executes the application to the next breakpoint or until the application ends.
   next                Executes the current line and jumps to the next line of code (without entering the function).
   step-in             Executes the current line. If a function is called, enter this function.
   step-out            Finishes the execution in the function and returns to the calling location.
   pause               Manually suspends the running application.
   quit                Terminates the debugging session and exits the application immediately.
 See 'COMMAND -h/--help' for more information on a specific command.