ASTInterpreter.jl
ASTInterpreter.jl copied to clipboard
Give the ASTInterpreter prompt its own copy of the TTY objects
While stepping through the base printing code, the printing subsystem can get confused because the debug prompt also tries to use it. In order to bypass this, we could create new TTY objects backed by the same file descriptor for use by the debugger.