Changes

Jump to: navigation, search

OpenMP Debugging in Visual Studio / Team Debug

312 bytes added, 18:13, 6 December 2017
Parallel Stacks window
We can also see a Method View. By clicking on the "Toggle Method View" icon on the top of the Window, we will see the current highlighted thread stack in an organization that shows the call stack for only that thread, with a focus on the method that calls the current selected stack frame, as well as the method it calls. Here is the Method View for the current thread:
[[File:Parallelstacks-methodview.PNG|500px400px|center|Method View]]
And if we double click on any of the other stack frames, it will be made the focus of the view, with the calling method below it and the called method above:
[[File:Parallelstacks-methodview2.PNG|400px|center|Method View]]
 
 
If our Window is too small that it doesn't fit the entire diagram in, we can click on the "Zoom to 100%" icon underneath the zoom bar so that the whole diagram fits inside the window:
[[File:Parallelstacks-zoom100.PNG|400px|center|Method View]]
==Parallel Tasks window==
92
edits

Navigation menu