I’ve upgraded. But the issue persists.
PS K:\uc24> julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.11.5 (2025-04-14)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
(uc24) pkg> st
Status `K:\uc24\Project.toml`
[31a5f54b] Debugger v0.7.12
julia> using Debugger
julia> function foo(n)
x = n+1
((BigInt[1 1; 1 0])^x)[2,1]
end
foo (generic function with 1 method)
julia> @enter foo(20)
ERROR: Debugger.jl requires a LineEditREPL type of REPL
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:35
[2] RunDebugger(frame::JuliaInterpreter.Frame, repl::Nothing, terminal::Nothing; initial_continue::Bool)
@ Debugger K:\judepot1115\packages\Debugger\kuAYs\src\repl.jl:20
[3] RunDebugger
@ K:\judepot1115\packages\Debugger\kuAYs\src\repl.jl:12 [inlined]
[4] RunDebugger(frame::JuliaInterpreter.Frame)
@ Debugger K:\judepot1115\packages\Debugger\kuAYs\src\repl.jl:12
[5] macro expansion
@ K:\judepot1115\packages\Debugger\kuAYs\src\Debugger.jl:127 [inlined]
[6] top-level scope
@ REPL[4]:1
Here is a related open issue. I have no idea what to do. (I remember that I could use this package properly around 2 years ago.)