Can You override Editors debug hint messages ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Inces

After a project crashes Editor provides us with several temporary debugging tools. The one I would like to oeverride is a wide tooltip displaying values, when a variable in script is hovered over. I am using a bunch of dictionaries full of enums, and because of this reading from this tooltip becomes impossible. I need to access code of this tooltip and make it return enums translated to strings.