Stepping in a multithreaded application #1761
Unanswered
pub-pub
asked this question in
Enhancements
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. |
13 replies
|
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. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
i posted my initial issue here and it was successfully resolved.
now i'm using
"steppingResumesAllThreads": falsesetting 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?
All reactions