cyrus-and / gdb-dashboard

Modular visual interface for GDB in Python
MIT License
11.1k stars 780 forks source link

[Feature Request]: unwatch expression by id #291

Closed N-R-K closed 1 year ago

N-R-K commented 1 year ago

I find it very cumbersome to re-type the entire expression (which sometimes can be complicated) just to unwatch something. Would it be possible to unwatch via id, e.g dash exp unwatch 1 ? (Or anything else that's easier than typing the entire expression?)

gavinhoward commented 1 year ago

User here, not author.

I also want this, and I'd be willing to give an attempt if @cyrus-and approves.

cyrus-and commented 1 year ago

That's a good idea, done.