开发者

multithread debugging from immediate window

开发者 https://www.devze.com 2023-03-16 04:29 出处:网络
When I break into the debugger an开发者_如何学JAVAd call a function from the immediate window of VS2010 on the main thread, the function gets executed normally on the same thread. However, it appears

When I break into the debugger an开发者_如何学JAVAd call a function from the immediate window of VS2010 on the main thread, the function gets executed normally on the same thread. However, it appears other threads are not executed during that time of evaluation, as long as they are in a sleeping state. Can this behavior be confirmed by someone? It seems to be, the interthread communication via the Windows API does not properly work in that context?

Since this potentially makes the evaluations hang in a multithreaded scenario, any workarounds are also highly appreciated.

Edit: the problem seems to be more general. Immediate window obviously - in contrast to step-by-step debugging - does only execute the main/current thread. I was not able to find any official list on the restrictions by now. So if somebody can help with that, would be great as well...


I came across the same problem. It appears to be intended. Or at least documented.

I wonder, why not more people realized this problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号