supportsSingleThreadExecutionRequests property
The debug adapter supports the singleThread
property on the execution
requests (continue
, next
, stepIn
, stepOut
, reverseContinue
,
stepBack
).
Implementation
final bool? supportsSingleThreadExecutionRequests;