windows - Is it possible to set breakpoint condition as "break when called by another thread"? -


i'm investigating issue might caused multithread. data being read thread, i'd see if being read thread.

i can set breakpoint , keep pressing f5 , check if breaking in other thread, it's little annoying. possible set breakpoint condition "break when called thread"?

you can set filter (see using breakpoints). filter can set on threadid, example. set filter, right-click breakpoint, select conditions..., , enter

threadid!=<thread id aren't interested in> 

as filter expression. make sure there aren't whitespace characters in expression. otherwise greeted not-so-helpful error message.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -