Debug single thread in multithread-application.
Unsolved
General and Desktop
-
Hey guys,
I have an application which uses many background-threads to communicate with some hardware.
This hardware uses watchdogs to check communication-interruptions.When I use breakpoints to debug my application all threads are interrupted and the watchdogs throw error-messages.
Is there a way to debug only a certain thread without freezing other threads?
CU
mtsP.S. Right now I'm using windows MSVC2015 but in the future I will compile and debug the application on linux as well.