We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b58b5 commit 738baa8Copy full SHA for 738baa8
dap/src/DAP/Types.hs
@@ -711,7 +711,7 @@ defaultCapabilities = capabilities
711
{ supportsConfigurationDoneRequest = True
712
, supportsFunctionBreakpoints = False
713
, supportsConditionalBreakpoints = False
714
- , supportsHitConditionalBreakpoints = False
+ , supportsHitConditionalBreakpoints = True
715
, supportsEvaluateForHovers = False
716
, exceptionBreakpointFilters = []
717
, supportsStepBack = False
0 commit comments