Skip to content

Python: enable a break key (^C) #12

@dbrnz

Description

@dbrnz

Not only for interrupting a simulation run (issue #6) but also for interrupting any Python code, including:

t = 0
while t < 1:
  pass # forgetting to increment `t`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions