I often make small methods to assist debugging, which aren\'t used in the actual program. Typically most of my classes has an AsString-method which I add to the watches. I k
Maybe it works to call them in some initialization section, guarded by {IFDEF DEBUG} or {IFOPT D+}.