With the latest julia release (1.11.5) I'm seeing an indefinite hang when I type a variable at the Infiltrator repl.
julia> function foo(x)
println(x+1)
@infiltrate
end
foo (generic function with 1 method)
julia> foo(1)
2
Infiltrating foo(x::Int64)
at REPL[1]:3
infil> x