Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Breakpoint in collapsed code is visible, but not usable #22300

Closed
ghost opened this issue Mar 9, 2017 · 1 comment
Closed

Breakpoint in collapsed code is visible, but not usable #22300

ghost opened this issue Mar 9, 2017 · 1 comment
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)

Comments

@ghost
Copy link

ghost commented Mar 9, 2017

  • VSCode Version: 1.11.0-insider
  • OS Version: Windows 10 Enterprise

Steps to Reproduce:

Given:

function f() {
    return 0;
}
  1. Add a breakpoint at the return statement.
  2. Collapse the function.
  3. The breakpoint is still visible.
  4. Right-click on it.
  5. This gives me an option to "Add breakpoint". But I want to remove it.
@ramya-rao-a ramya-rao-a added the debug Debug viewlet, configurations, breakpoints, adapter issues label Mar 9, 2017
@isidorn
Copy link
Contributor

isidorn commented Mar 10, 2017

Duplicate of #4812

@isidorn isidorn closed this as completed Mar 10, 2017
@isidorn isidorn added the *duplicate Issue identified as a duplicate of another issue(s) label Mar 10, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants