I'm using Emacs GDB to debug my C++ application. In "locals of" buffer I see all local variables in the current context which I can add to the "Watch Expression" speed bar.
Question:
Is there a way to add this (current object) pointer to the Watch Expression speed bar. Then I can go to next line watching the changes of all member variables of current class.