We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0296b5c + 343225f commit 18171bcCopy full SHA for 18171bc
1 file changed
src/DAP/Types.hs
@@ -3121,7 +3121,7 @@ instance FromJSON SetFunctionBreakpointsArguments where
3121
----------------------------------------------------------------------------
3122
data FunctionBreakpoint
3123
= FunctionBreakpoint
3124
- { functionBreakpointName :: Maybe Text
+ { functionBreakpointName :: Text
3125
-- ^
3126
-- The name of the function.
3127
--
@@ -3143,7 +3143,7 @@ data FunctionBreakpoint
3143
defaultFunctionBreakpoint :: FunctionBreakpoint
3144
defaultFunctionBreakpoint
3145
3146
- { functionBreakpointName = Nothing
+ { functionBreakpointName = ""
3147
, functionBreakpointCondition = Nothing
3148
, functionBreakpointHitCondition = Nothing
3149
}
0 commit comments