threadId property

int threadId
final

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

Implementation

final int threadId;