threadId property
Specifies the active thread. If the debug adapter supports single thread
execution (see supportsSingleThreadExecutionRequests
) and the argument
singleThread
is true, only the thread with this ID is resumed.
Implementation
final int threadId;