Running Your Program
After you load your OpenMP program, enable the OMPD library, 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 OpenMP 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 just the threads that hit the breakpoint rather than all threads in the process, using the context menu in the Action Points view: