New in 10.2.1: Debug visualisers for Delphi generics
October 5, 2017
Debug visualisers are a type of IDE plugin that allows you to changethe display of a variable in the various debug windows (Local Variables, Watches, Inspector, and Evaluate/Modify.) For example, the TDateTime visualiser takes the double value that represents time and instead displays that time converted to a string. You register a debug visualiser for a type, so all variables of that type…