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

Test: debug console group support #91095

Closed
2 tasks done
isidorn opened this issue Feb 20, 2020 · 0 comments
Closed
2 tasks done

Test: debug console group support #91095

isidorn opened this issue Feb 20, 2020 · 0 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Feb 20, 2020

Refs: #34981

Complexity: 3

We now support console grouping in vscode.
@connor4312 as you suggested you can first implement this in node
@weinand you can either test with mock debug or test Connor's implementaiton once he has done it.

Verify:

  • When a new group is started the name and collapse state are respected
  • All subsequent output is part of that group
  • You can have nested groups
  • Ending a group ends the last opened group. If there are nested group, the outer groups are still open
@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item labels Feb 20, 2020
@isidorn isidorn added this to the February 2020 milestone Feb 20, 2020
@weinand weinand removed their assignment Feb 26, 2020
@connor4312 connor4312 removed their assignment Feb 26, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2020
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 testplan-item
Projects
None yet
Development

No branches or pull requests

3 participants