-
-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Labels
category: featureNew feature or requestNew feature or request
Description
Describe
It would be great to allow interactive mode for non-failing scripts. For example, I have a script that performs common setup steps in a mainnet fork and I want to use the interactive console afterwards. Even with --interactive, I'm forced to add trivial errors to force the interactive mode to kick in, e.g.:
...
assert False, "Stop here" # Force activation of interactive mode to inspect state after scriptSpecification
I don't have suggestion, but since it would be a breaking change, a different flag would be needed, e.g. --interactive-always or --force-interactive-
Dependencies
None.
Metadata
Metadata
Assignees
Labels
category: featureNew feature or requestNew feature or request