Running Your Program
After you load your OpenMP program, set some breakpoints, and start your program, you can examine the OpenMP view and the Call Stack view to analyze the backtrace and see the state of your threads.
Setting Breakpoints in an OpenMP Program
When setting breakpoints in an OpenMP program, you may want all OpenMP threads to run to a particular line, in which case, set the breakpoints to stop at the thread level rather than the default process level, using the context menu in the Action Points view: