views:

12

answers:

1

The parallel task window should be under Debug > Windows in Visual Studio. However, I see only "Breakpoints" there. Am I missing anything?

+2  A: 

Try Ctrl+Shift+D,K as shown here whenever the execution of your program hits a breakpoint in Debug mode.

Darin Dimitrov