How to ignore thread switches and analyze a single thread

574 Views Asked by At

I am currently using x64dbg to analyze a multi-threaded program. Every time a thread switches, x64dbg automatically breaks, which happens frequently.

I want to focus on analyzing one thread. Is there any way to disable the break on thread switches and step through only a specific thread?

As shown in the attached image, I have disabled the break events related to threads. This is the default setting.

x64dbg option:

x64dbg option

0

There are 0 best solutions below