Last active
January 23, 2020 05:12
-
-
Save kmicinski/56a20f5b358cf523fb6ce8dfcfb4e4ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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