Open main menu

CDOT Wiki β

Changes

GPU621/Group 2

757 bytes added, 16:24, 10 March 2023
Switching Threads
=== Switching Threads ===
One of the features of the thread window is the ability to switch between which thread you want to be actively debugging. This can be useful in various cases, such as when you have a block of code meant for only 1 thread to run through, or if you want to make sure that different parallel threads are each performing as intended.
 
The steps to switch your currently active thread are as follows:
 
 
[[File:ThreadsWindowSwitch.png]]
 
From your list of threads, right-click on the thread that you wish to switch to. On the menu that will appear, click on the option labeled "Switch to Thread".
 
[[File:ThreadsWindowSwitch2.png]]
 
You will now see that the arrow that was previously pointing to the last active thread will now appear hollow, and a new arrow will be pointing to the currently active thread that you switched to.
=== Freezing/Thawing Threads ===