Debug hover over class constant shows no information

This is probably me but, if I define a class:

type
clsGlobals = static public partial class
// Constants
const
gconFormPad = 4;
// more…
end;

and then use gconFormPad in a method… if I set a breakpoint on the statement that uses gconFormPad to set a variable, after running and breaking, hovering over gcFormPad does not show its value (or anything). Continuing sets the variable correctly and all runs ok.
Code completion also works when typing the statement:
MyVariable := clsGlobals.gconFormPad

Any thoughts welcome

9.3 or v10?

Sorry. v10
Bob

Thanks, logged as bugs://79265

bugs://79265 got closed with status fixed.