FPC doesn't really attribute them to the class in the debug info.
It creates a global variable $_static_tmyclass_KEK
(exact name depends on dwarf version)
But the watches wont accept the $.
FpDebug knows that, and deals with it. But currently (according to a quick test) ONLY if you are paused in a method of the class. (otherwise it does not get the classname, it apparently wont take the classname from the expression.
So if you are in procedure TMyClass.Foo then you can add KEK to the watches.
Actually, for DWarf2, fpc doesn't add the $.
So you can watch
_static_tmyclass_kek