Stepping in a multithreaded application #1761
Replies: 2 comments 15 replies
-
I may be confused as to what you're asking but this is what stepping does by default? If you hit F10, all threads run, a breakpoint is put on the next line in the current thread, and then the breakpoint hits. All threads pause again. |
Beta Was this translation helpful? Give feedback.
-
sorry i don't know how to post source code here, so i attached it as txt file on the screenshot you can see that my breakpoint is on line 12 when i was writing this sample i've noticed one strange thing. |
Beta Was this translation helpful? Give feedback.
-
i posted my initial issue here and it was successfully resolved.
now i'm using
"steppingResumesAllThreads": false
setting for debugging. but this solutions has a drawback, it pauses all other threads.is it possible to add one more setting that will keep debugger Stepping inside my initial thread without pausing all other threads?
Beta Was this translation helpful? Give feedback.
All reactions