For the complete documentation index, see llms.txt. This page is also available as Markdown.

Threads

Description

Open threads window. In this window, you can view all the threads of the debugged process. Double clicking on a thread jumps to its current instruction (available only if the process has been suspended). Double clicking also changes the current thread for the CPU window.

The right click brings a popup menu, where you can suspend or resume threads. The following thread states are possible:

  • Running: the thread is running

  • Ready: the thread is ready to run but the application has been suspended

  • Suspended: the thread has been suspended by the user

Last updated

Was this helpful?