Skip to content

Instantly share code, notes, and snippets.

@k0t0vich
Last active August 29, 2015 14:01
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 k0t0vich/7b2f5a38f306ac398bf6 to your computer and use it in GitHub Desktop.
Save k0t0vich/7b2f5a38f306ac398bf6 to your computer and use it in GitHub Desktop.
Tracer.as
public static function addStack():void {
if (!_inited) return;
try {
throw new Error("getStack");
} catch (e:Error){
trace (e.getStackTrace());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment