You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loud thinking: since we save a lot of state anyway it would be nice to be able to suspend analysis/processing with ctrl+c and resume it later (so one could e.g. restart computer or move state to another machine).
Yes! We used to have the ability to start from a previously canceled "workspace". Which pretty much has only a bunch of serialized states.
It's a nice idea. I think that we'll need the config(*) idea first so the analysis is actually continuable.
config: (I think it may be an issue already for this)
Need a global accessible configuration module backed by 3 things:
Keyboard interruption fails close everything and call finalize. To trigger just try to cancel (CTRL+C) default evm analysis a few times.
The text was updated successfully, but these errors were encountered: