Results 2 comments of Sergey

The debugger displays time_point as a number, from which it is difficult to understand what date and time it represents: ![timeunit](https://user-images.githubusercontent.com/14215246/109669103-dd146b80-7b82-11eb-9e8c-497bfd1a68a1.png) The GDB debugger uses special scripts to represent complex...

I checked in 8 and 10 (GDB) versions: ```python ... def register_type_printers(obj): global _use_type_printing if not _use_type_printing: return ... # Add type printers for typedefs. for dur in ('nanoseconds', 'microseconds',...