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: data breakpoints #79799

Closed
1 task done
isidorn opened this issue Aug 26, 2019 · 0 comments
Closed
1 task done

Test: data breakpoints #79799

isidorn opened this issue Aug 26, 2019 · 0 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Aug 26, 2019

Refs: #58304

Complexity: 3

This milestone we have introduced data breakpoints to VS Code. Currently Mock debug is the only debug extension that supports this. So, install the Mock Debug extension and start debugging a markdown file. Verify:

  • You can set new data breakpoints using the context menu in the VARIABLES view
  • Data breakpoints get shown in the breakpoints view
  • Depending on the canPersist flag of the data breakpoint the breakpoint either gets stored when the session ends or they get removed
  • Once a data breakpoint is set for a global mock debug variable, and the name of that variable appears in the .md file the breakpoint gets hit
  • Data breakpoints can be disable / enabled / removed like all other breakpoints
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

2 participants