I am debugging a multi-threaded program in Visual Studio 2008.
- When I break in the main thread, what is the status of the other threads in the process ?
- They keep executing or they break as well ?
- What happens to them when I do a F10/F11 in the main thread ?
- How should I proceed if I need to check which thread has changed a particular variable ?