epasveer/seer

UX inspiration

afk-mario opened this issue · 1 comments

For reference RemedyBG seems to work great and some UX things seem really nice

https://www.youtube.com/watch?v=r9eQth4Q5jg

Thanks!

Some very interesting things/features for me to consider. Rememdy is very fast. I suspect that is due to the gui (Qt is a bit slower).

So far, I see these neat features:

  • Freeze all threads but one. Freeze/unfreeze groups of threads easily.
  • The watch window is very dynamic. Can watch structures, variables, and memory ranges.
  • Lock items in the watch window to keep them visable, even if they go out of scope.
  • Call stack searching/scoping for watch variables. Neat feature. Not sure if this is possible in gdb.

I'm half way through the video. I'll add more to this PR.