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

Edit breakpoint conditions with multiple breakpoint on same line #21151

Closed
aeschli opened this issue Feb 22, 2017 · 1 comment
Closed

Edit breakpoint conditions with multiple breakpoint on same line #21151

aeschli opened this issue Feb 22, 2017 · 1 comment
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Feb 22, 2017

Testing #20192

  • Set multiple breakpoints on the same line console.log(x); console.log(x + 1); console.log(foo());
    image
  • I didn't find out how I can edit the breakpoint conditions for each of the breakpoints.
@isidorn isidorn added the feature-request Request for new features or functionality label Feb 23, 2017
@isidorn isidorn added this to the March 2017 milestone Feb 23, 2017
@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Feb 23, 2017
@kieferrm kieferrm mentioned this issue Mar 3, 2017
58 tasks
@isidorn
Copy link
Contributor

isidorn commented Mar 13, 2017

It is now possible to edit breakpoints when there are multiple on a line. Because our decorations are currently not supporting context menus we are doing this via the glyph context menu

screen shot 2017-03-13 at 15 25 31

@isidorn isidorn added the verification-needed Verification of issue is requested label Mar 13, 2017
@weinand weinand added the verified Verification succeeded label Mar 28, 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 feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants