Last updated:
0 purchases
simple debug console
Simple debug console handling.
Features #
Saves from the task of repeating 'if(kDebugMode)' checks for using the debug console.
Usage #
Just use the static print() method to check and write into the debug console in a single line.
DebugConsole.print('your debug message here');
copied to clipboard
Additional information #
Remember that this package uses the debug console, not the standard output console, for when you want to read your debug messages.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.