diff --git a/src/DAP/Types.hs b/src/DAP/Types.hs index 00cc5a1..1053b50 100644 --- a/src/DAP/Types.hs +++ b/src/DAP/Types.hs @@ -3325,7 +3325,7 @@ data ContinueArguments -- execution (see `supportsSingleThreadExecutionRequests`) and the argument -- `singleThread` is true, only the thread with this ID is resumed. -- - , continueArgumentsSingleThread :: Bool + , continueArgumentsSingleThread :: Maybe Bool -- ^ -- If this flag is true, execution is resumed only for the thread with given -- `threadId`.