Skip to content

Instantly share code, notes, and snippets.

@yhirose
Created July 20, 2016 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yhirose/d0fc7a489743f1e5e949a3942db1ec34 to your computer and use it in GitHub Desktop.
Save yhirose/d0fc7a489743f1e5e949a3942db1ec34 to your computer and use it in GitHub Desktop.
Debug Print
#define debug(...) { fprintf(stderr, __VA_ARGS__); fprintf(stderr, "\n"); }
// bash> tail -f debug.log
// bash> [command] 2> debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment