cc.squirreljme.runtime.cldc.debug.Debugging

This class contains all of the static methods which are for writing debug output and failing accordingly on incomplete code. All the methods here for the most part do not touch the standard {@link System#err} and {@link System#out} (which use {@link PrintStream}), as in the event those have a bug or otherwise issues can occur. The methods here should be reliable enough on their own to convey a message accordingly.