When hitting break points within class constructors, any class members are shown as "?".
When hitting break points that are in scope of the class object, the debugger shows it as a "class object" but wont show any members and instead shows { ... }.
I am guessing this is intended but wanted to make sure.