pub fn debug_print<T: AsRef<str>>(data: T)Expand description
Emits textual trace messages.
On the “real” network, these do not do anything.
When executing in an environment that supports debugging, this copies out the data and logs, prints or stores it in an environment-appropriate way.