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 step improvements #26557

Closed
2 tasks done
isidorn opened this issue May 12, 2017 · 0 comments
Closed
2 tasks done

Test: debug step improvements #26557

isidorn opened this issue May 12, 2017 · 0 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented May 12, 2017

Refs: #25605

complexity: 3

Make sure to test both the legacy and the inspector adapter. In order to test the legacy adapter make sure you have the "protocol": "legacy" in your launch.json, for inspector adapter have "protocol": "inspector".
Take a javascript / typescript repository (example: smoke test repo) and debug it. Verify:

  • The callstack view is nicely showing the call stack as in previous vscode versions
  • For long callStacks there is a "Load more stack frames" button which does what is expected
  • You can step very quickly through the code and the variables and the callStack view will be fully updated only once you are no longer fastly stepping
  • Debug the typescript repository and verify stepping performance is much improved. Here are steps on how to configure debugging in that repo.
@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item labels May 12, 2017
@isidorn isidorn added this to the May 2017 milestone May 12, 2017
@egamma egamma removed their assignment May 31, 2017
@aeschli aeschli assigned roblourens and unassigned waderyan May 31, 2017
@roblourens roblourens removed their assignment May 31, 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 testplan-item
Projects
None yet
Development

No branches or pull requests

4 participants