Skip to content

Break out of Infiltrator directly #148

@kenahoo

Description

@kenahoo

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 @exit and 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions