File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3121,7 +3121,7 @@ instance FromJSON SetFunctionBreakpointsArguments where
31213121----------------------------------------------------------------------------
31223122data FunctionBreakpoint
31233123 = FunctionBreakpoint
3124- { functionBreakpointName :: Maybe Text
3124+ { functionBreakpointName :: Text
31253125 -- ^
31263126 -- The name of the function.
31273127 --
@@ -3143,7 +3143,7 @@ data FunctionBreakpoint
31433143defaultFunctionBreakpoint :: FunctionBreakpoint
31443144defaultFunctionBreakpoint
31453145 = FunctionBreakpoint
3146- { functionBreakpointName = Nothing
3146+ { functionBreakpointName = " "
31473147 , functionBreakpointCondition = Nothing
31483148 , functionBreakpointHitCondition = Nothing
31493149 }
You can’t perform that action at this time.
0 commit comments