module MMETools::Debug

tiny methods for debugging

Public Instance Methods

print_debug(stck_lvls, *vars) click to toggle source

outputs a debug message and details of each one of the vars if included. stck_lvls is the number of stack levels to be showed vars is a list of vars to be pretty printed. It is convenient to make the first to be a String with an informative message.