Make debug() function which makes the interpreter to output the value of any type. Example: ``` val ergPricePerToken: Long = debug(SELF.R5[Long].get, "ergPricePerToken") ```