Open main menu

CDOT Wiki β

Changes

OpenMP Debugging in Visual Studio / Team Debug

202 bytes added, 22:22, 10 December 2017
Processes(Rough)
=Process and thread=
==Multiple Processes(Rough)=='''Processes''' 
Why would you have multiple projects in one solution?
https://stackoverflow.com/questions/8678251/benefits-of-multiple-projects-and-one-solution
*Use of services *custom Custom setup actions*working Working multiple languages*creating Creating libraries used in different places*large Large programs could be made up of many smaller projects for better management*working Working with multiple applications that interact with each other
 '''Configuration'''
https://msdn.microsoft.com/en-us/library/jj919165.aspx
By default breaking/stepping/stopping applies to all other processes, but can be changed if you needed'''Changing this option:''' *1. On debug menu, pick options and settings *2. Go to general page and toggle "Break all processes when one process breaks" checkbox [[File:Example.jpg]]
In order to add a new process you need to find the .pdb files.
'''Multiple processes'''
Each project is an individual process
28
edits