Changes

Jump to: navigation, search

OpenMP Debugging in Visual Studio / Team Debug

272 bytes added, 17:40, 6 December 2017
Parallel Stacks window
1. When you start debug (F5), click on Debug > Windows > Parallel Stacks. <br/>
2. To be able to see more detailed debug info in the Parallel Stacks Window, go to Debug > Options, and under Debugging > General uncheck "Enable Just My Code", and under Debugging > Symbols put a checkmark on "Microsoft Symbol Servers". This will give more descriptive content for stack frames within the Parallel Stacks Window.   How to Use: As you step to each breakpoint in your debug program, the Parallel Stacks Window will show all of the threads at that point in your program, and their call stacks.
==Parallel Tasks window==
92
edits

Navigation menu