nitc :: ANode :: debug
# Display a message for the colored location of the node fun debug(message: String) do sys.stderr.write "{hot_location} {self.class_name}: {message}\n{hot_location.colored_line("0;32")}\n" end