Skip to content

Instantly share code, notes, and snippets.

@kmicinski
Last active January 23, 2020 05:12
Show Gist options
  • Save kmicinski/56a20f5b358cf523fb6ce8dfcfb4e4ea to your computer and use it in GitHub Desktop.
Save kmicinski/56a20f5b358cf523fb6ce8dfcfb4e4ea to your computer and use it in GitHub Desktop.
;; Raises an event to the debugger
(define (raise-event cur-ir evt)
(abort-current-continuation 'debug cur-ir evt))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment