views:

198

answers:

1

In visual studio 2008 while in the debug mode when we initiate a thread and put break points inside the thread function. Visual Studio doesn't debug giving explanation that i don't have the code. Why does this happens. How to do it

+2  A: 

Try unchecking the Just My Code option in Tools -> Options -> Debugging.

Dustin Campbell