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: multiple debug consoles #60034

Closed
2 tasks done
isidorn opened this issue Oct 5, 2018 · 0 comments
Closed
2 tasks done

Test: multiple debug consoles #60034

isidorn opened this issue Oct 5, 2018 · 0 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Oct 5, 2018

Refs: #31377

Complexity: 3

Have a repository which you can debug (for example our express smoke test repo), modify the launch configuration such that you can run two launch configurations at the same time (for example copying the first and just modifying the name). Start debugging and verify:

  • While debugging just one session there is no difference to the old debug console, no dropdown is shown in the debug console title
  • Once you start debugging the second session verify that the session dropdown appears on the top of the debug console. Verify that the dropdown is always in sync with the dropdown in the debug toolbar and that it alwasy shows the focused session / active debug console
  • As you are changing the focused debug sessions, either by debugging, clicking on the stack frames or any other way the debug console always "tracks" it and shows the output for the focused debug session
  • Once you have stopped debugging you can still read the content of the repl however it is readonly and there is a placeholder which explains that a debug session must be started in order to evaluate
@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item labels Oct 5, 2018
@isidorn isidorn added this to the October 2018 milestone Oct 5, 2018
@dbaeumer dbaeumer removed their assignment Oct 31, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 17, 2018
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

5 participants