Open main menu

CDOT Wiki β

Changes

GPU621/Group 2

739 bytes added, 16:24, 10 March 2023
Threads Window
The threads window provides a detailed display of every thread running in your application. Here, you can observe the steps each thread takes and how each thread affects the data of your application, along with a number of other features like searching for specific threads, applying filters on what threads to display, freezing threads in place, etc.
 
The ID column indicates the thread’s unique identifier number. The category column indicates if the thread is the main thread or a worker thread, meaning a thread that is executing in parallel.
Threads can be sorted by each of the columns in order to organize the threads in the desired order.
 
The yellow arrow on the row of a thread’s information indicates the current thread that execution is paused on.
 
Threads in the thread window searched for by each of their information fields, can be flagged in order to mark certain threads apart from others, and grouped by different fields of information.
 
While execution is paused, threads can be switched between or frozen to pause their individual execution until they are thawed.
=== Switching Threads ===
33
edits