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
workbench.debug.viewlet.action.reapplyBreakpointsAction does not call setExceptionBreakPointsRequest on the debugger when only exception breakpoints are set.
#14615
Closed
indiejames opened this issue
Oct 27, 2016
· 0 comments
isidorn
added
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
labels
Oct 28, 2016
Steps to Reproduce:
workbench.debug.viewlet.action.reapplyBreakpointsAction
from extension code.Expected:
setExceptionBreakPointsRequest
called on debugger.Actual:
setExceptionBreakPointsRequest
is not called.workbench.debug.viewlet.action.reapplyBreakpointsAction
from extension code.setExceptionBreakPointsRequest
is called as expected (along withsetBreakPointsRequest
for the line breakpoint).The text was updated successfully, but these errors were encountered: