DebugPrintConfiguration
data class DebugPrintConfiguration(var skipEmptyCollections: Boolean = false, var skipNull: Boolean = false, var forceShowRange: Boolean = false, val hide: MutableList<String> = mutableListOf(), var indentBlock: String = " ")
Influence what and how we print the debug information.