Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Hit-count conditional breakpoints #14

Closed
int19h opened this issue Jan 24, 2018 · 1 comment
Closed

Hit-count conditional breakpoints #14

int19h opened this issue Jan 24, 2018 · 1 comment
Assignees
Milestone

Comments

@int19h
Copy link
Contributor

int19h commented Jan 24, 2018

Need to support hitCondition attribute in setBreakpoints.

@karthiknadig karthiknadig self-assigned this Jan 24, 2018
@karthiknadig
Copy link
Member

karthiknadig commented Jan 24, 2018

VSC debug adapter currently does not support hit-count conditional breakpoints.

Update: Hit-Count support has been added and three forms are supported in VS

  • == x when breakpoint is hit x times
  • >= x when breakpoint is hit more than or equal to x times
  • % x when breakpoint is hit multiple of x times

Update: VSC any equation as Hit-Condition. Examples below

  • x or == x when breakpoint is hit x times

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants