Skip to content

Instantly share code, notes, and snippets.

@colin-haber
Created June 3, 2011 23:22
Show Gist options
  • Save colin-haber/1007345 to your computer and use it in GitHub Desktop.
Save colin-haber/1007345 to your computer and use it in GitHub Desktop.
detailed debug message : 388 characters
System.out.println(text + System.getProperty("line.separator") + Thread.currentThread().getStackTrace()[stackDepth].getFileName() + ":" + Thread.currentThread().getStackTrace()[stackDepth].getLineNumber() + System.getProperty("line.separator") + Thread.currentThread().getStackTrace()[stackDepth].getClassName() + "." + Thread.currentThread().getStackTrace()[stackDepth].getMethodName());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment