Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues
Milestone

Comments

@indiejames
Copy link

  • VSCode Version: 1.6.1
  • OS Version: OX X 10.11.6

Steps to Reproduce:

  1. Set an exception breakpoint
  2. Call workbench.debug.viewlet.action.reapplyBreakpointsAction from extension code.

Expected:
setExceptionBreakPointsRequest called on debugger.
Actual:
setExceptionBreakPointsRequest is not called.

  1. Set a line breakpoint on a source file.
  2. Call workbench.debug.viewlet.action.reapplyBreakpointsAction from extension code.

setExceptionBreakPointsRequest is called as expected (along with setBreakPointsRequest for the line breakpoint).

@isidorn isidorn added this to the November 2016 milestone Oct 28, 2016
@isidorn isidorn added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Oct 28, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

2 participants