I’ve been using VisualGDB for quite a while and really enjoy it for the most part. I do have one issue and I’m looking to see how I can work around it. My application uses C++ and a lot of variables are pointers to interfaces to classes. Even though the variable is a pointer to an interface of a class, is there a way to *cast* the pointer to the actual class implementation so I can see all the private variables of that class in the watch window?