Skip to content

Instantly share code, notes, and snippets.

@anthonyquizon
Created July 24, 2019 02:01
Show Gist options
  • Save anthonyquizon/0112116a902e5cd27cec9781eaababd3 to your computer and use it in GitHub Desktop.
Save anthonyquizon/0112116a902e5cd27cec9781eaababd3 to your computer and use it in GitHub Desktop.
Stacktrace information in racket repl (command line)
#lang racket
(require racket/trace)
(define (example)
(error a b c))
(trace example)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment