Visual Studio调试模式 - 特殊行为

时间:2021-04-06 23:00:15

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

在visual studio 2008中,当我们在调试模式下启动一个线程并在线程函数内放置断点时。 Visual Studio不会调试给出解释我没有代码。为什么会这样。怎么做

1 个解决方案

#1


3  

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

尝试取消选中工具 - >选项 - >调试中的“仅我的代码”选项。

#1


3  

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

尝试取消选中工具 - >选项 - >调试中的“仅我的代码”选项。