I have a question regarding the use of Filter breakpoint using ThreadId's.
Suppose, i have a method being called in three different threads started(in console app). I can give the names to these threads and set a filter breakpoint. But how can i use the ThreadId as the threadid is always different whenever we restart the application.