android-dev-ext
android-dev-ext copied to clipboard
Conditional breakpoints
Investigate JDWP support for conditional breakpoints
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.