You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, what are the differences among the three printing functions: debug(DBG_INFO, , );, debug(DBG_OFF, , );, and printf();? Why can't debug(DBG_INFO, , ) print anything, and under what circumstances does this function effectively print? What about debug(DBG_VERBOSE, , )?