ASTInterpreter.jl icon indicating copy to clipboard operation
ASTInterpreter.jl copied to clipboard

Give the ASTInterpreter prompt its own copy of the TTY objects

Open Keno opened this issue 9 years ago • 0 comments

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.

Keno avatar Mar 30 '16 19:03 Keno