You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is branching out from #781, which, in addition to support in debugAdapter, requested that 'supportsConditionalBreakpoints' is correctly reflected in debugAdapter2 as well. This is the only capability right now that is not captured, but there will be more going forward. Simply flipping the bit as soon as the related change is made in the delve repo won't work because by default users work with a stable version of delve. To have an accurate reflection of the capabilities, we can:
wait for a stable delve release to have them and update manually, which might be a long time, on the order of months, depending on the timing of the last release - not a realistic option
polinasok
changed the title
debug: debugAdapter2 must accurately communicate capabilities that dlv dap supports
debug: debugAdapter2 must accurately communicate dlv-dap capabilities
Oct 27, 2020
This is branching out from #781, which, in addition to support in debugAdapter, requested that 'supportsConditionalBreakpoints' is correctly reflected in debugAdapter2 as well. This is the only capability right now that is not captured, but there will be more going forward. Simply flipping the bit as soon as the related change is made in the delve repo won't work because by default users work with a stable version of delve. To have an accurate reflection of the capabilities, we can:
The text was updated successfully, but these errors were encountered: