[Lazarus] (Local) variable value hints

Mark Morgan Lloyd markMLl.lazarus at telemetry.co.uk
Tue Jun 6 21:54:32 CEST 2017


Bearing in mind things like the %H hint that Lazarus uses to suppress 
warning messages, is there anything comparable that can be applied to a 
variable so that when the IDE pops up a value during debugging it will 
always be shown in a certain format?

..
end else begin
   euCount := cardEsu;
   euVector := sysEuVector <=== THIS ONLY MEANINGFUL AS HEX OR BINARY
end;
Assert(euCount * euVector > 0, 'Bad EU count or vector');

-- 
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]


More information about the Lazarus mailing list