12
edits
Changes
→Setting up a Solution in Visual Studio 2017 Comunity Edition
# Click the configuration manager at the top right of your properties window.
# Create a new configuration [[File: New_Configuration.png | 200px]]
# Copy your current working openMP configuration for the current project (with the working openMP solution) and give the new configuration a nice name[[File: Copy_Old_Configuration.png | 200px]].
# Go to the C/C++ configuration and then select optimization. Ensure that optimization is turned '''off''' for debugging.[[File: Optimization_Off.png | 200px ]]
# Finally, ensure that all threads stop when hitting a breakpoint by editing the debug configuration and enabling the setting Break all processes when one process breaks. [[File:BreakAll.png|200px]]