92
edits
Changes
→Case B
}
==Case B- Using the Parallel Stacks Window==
return;
}
Setup:
1. Put a breakpoint at all function calls, all function definitions, cilk_sync, and cilk_for.
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".
==Case C==