-
Notifications
You must be signed in to change notification settings - Fork 23
Description
If I use @exit in infil> mode, I won't hit any more infiltrator points, but the main code will continue running until I either hit Ctrl-C or let it run to completion.
It would be great if there were a macro or key-combination that kicks me immediately back to the REPL, without continuing to run the code. Most debugging environments seem to offer this kind of functionality when you hit the Stop button.
See also this short Discourse thread: https://discourse.julialang.org/t/break-out-of-infiltrator/124134 :
The closest I’ve come is
@exitand then hit Control-C, but that’s very unreliable (sometimes the code isn’t easily stopped with a signal) and sometimes really undesirable (if I know the code is going to do something I really don’t want it to do).