Skip to content

Instantly share code, notes, and snippets.

@isapir
Created January 3, 2021 19:55
Show Gist options
  • Save isapir/0b20996cc2f3e65d19e1ee920e3e2143 to your computer and use it in GitHub Desktop.
Save isapir/0b20996cc2f3e65d19e1ee920e3e2143 to your computer and use it in GitHub Desktop.
/** print stack trace */
Thread = createObject("java", "java.lang.Thread");
Arrays = createObject("java", "java.util.Arrays");
systemOutput(Arrays.toString(Thread.currentThread().getStackTrace()), true, true);
systemOutput(callStackGet("text"), true, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment