ASTInterpreter2 is not supposed to be used within Juno?

Tried to use ASTInterpreter2 in Juno and the error below was thrown. I know that ASTInterpreter2 is not ready for an official release. But just want to confirm that this error occurs because ASTInterpreter2 is not supposed to be used in Juno at the moment anyhow. Thanks!

UndefVarError: active_repl not defined
in RunDebugger at DebuggerFramework.jl/src/DebuggerFramework.jl:222

Yeah, the Juno integration hasn’t been updated yet.

Thanks!