add UI support for watchpoints
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 10.4k
- Forks
- 521
- PR merge metrics
- No merged PRs in 30d
Description
* add UI support for breakpoints that have the type `watchpoint`
use the gdb mi [`-break-watch` command](https://sourceware.org/gdb/onlinedocs/gdb/Set-Watchpoints.html) to add a UI element where appropriate (i.e. on expression or memory) to set watchpoint on memory/expression
* when *read from* (`-break-watch -r `)
* when *written to* (`-break-watch `)
* when *read from or written to* (`-break-watch -a `)
Contributor guide
Assessment
This issue has not been assessed yet.