Details
Description
This may be specific to my workflow, but generally when I am learning/experimenting with a REPL I have one window open with my script and another console open that I use to run it. I like to restart the REPL every time to avoid lingering state.
I would like to be able to drop back to interactive executing a script once it completes and my data is loaded and any queries I may have run are complete and I can inspect the results.
On error I want to drop to interactive so I can inspect the current state at the time the error occurred.
Attachments
Issue Links
- relates to
-
TINKERPOP-1268 Improve script execution options for console
- Closed