inspector
inspector copied to clipboard
Enable Title Attribute for Inspector Values
Here is a simple idea inspired by the Chrome dev tools inspector. I understand why very long string values need to be truncated. However, sometimes, you want to inspect its total value quickly. On Chrome, you can do that by hovering the inspector object values.Here is an example and a hack.
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title
Here is Chrome dev tools strategy for a long string, using your 10MB string example.