Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 6, 2016 21:22
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 Whateverable/6750ac3d98a9ddb9f9baf78ae8f232f0 to your computer and use it in GitHub Desktop.
Save Whateverable/6750ac3d98a9ddb9f9baf78ae8f232f0 to your computer and use it in GitHub Desktop.
bisectable6
%*ENV<RAKUDO_VERBOSE_STACKFRAME> = 2; say 1/0
Output on both points: Attempt to divide 1 by zero using div
in block <unit> at /tmp/LpZhvd6FB0 line 1
1* %*ENV<RAKUDO_VERBOSE_STACKFRAME> = 2; say 1/0
Actually thrown at:
in block <unit> at /tmp/LpZhvd6FB0 line 1
1* %*ENV<RAKUDO_VERBOSE_STACKFRAME> = 2; say 1/0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment