android-dev-ext icon indicating copy to clipboard operation
android-dev-ext copied to clipboard

Conditional breakpoints

Open adelphes opened this issue 8 years ago • 3 comments

Investigate JDWP support for conditional breakpoints

adelphes avatar Jan 27 '17 09:01 adelphes

VSCode currently supports:

  • [ ] Condition (truthy-expression) breaks
  • [x] Hit-count breaks

Note that only supporting hit-count breaks causes a breakpoint warning to appear - but the functionality still works correctly.

adelphes avatar Jan 31 '17 13:01 adelphes