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
printf("printGDB: This output was generated by printGDB, a perfectly legitimate debugger that's just as valid as all those fancy pants debuggers. There is no shame in using printGDB to debug your code - you're doing a good job!\n");
fflush(stdout);
}
#define printGDB(format, ...) printGDB_helper(__FILE__, __LINE__, format, ##__VA_ARGS__)