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

select_thread

Select the given thread as the current debugged thread.
     tid - ID of the thread to select
The process must be suspended to select a new thread.
returns: success

success select_thread(long tid);

Last updated

Was this helpful?