We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no method matching keys(::Core.DebugInfo)
1|debug> bp add "/Users/ian/Documents/GitHub/julia/stdlib/REPL/src/REPLCompletions.jl":1427 [ Info: added breakpoint at /Users/ian/Documents/GitHub/julia/stdlib/REPL/src/REPLCompletions.jl:1427 ERROR: MethodError: no method matching keys(::Core.DebugInfo) The function `keys` exists, but no method is defined for this combination of argument types. Closest candidates are: keys(::Base.TermInfo) @ Base terminfo.jl:232 keys(::Pkg.Types.Manifest) @ Pkg ~/Documents/GitHub/julia/usr/share/julia/stdlib/v1.12/Pkg/src/Types.jl:302 keys(::Cmd) @ Base process.jl:716 ... Stacktrace: [1] kwcall(::@NamedTuple{raise::Bool, depwarn::Bool}, ::typeof(Base.Meta.parse), str::String) @ Base.Meta meta.jl:276 [2] completions(string::String, pos::Int64, context_module::Module, shift::Bool, hint::Bool) @ REPL.REPLCompletions ~/Documents/GitHub/julia/usr/share/julia/stdlib/v1.12/REPL/src/REPLCompletions.jl:1174 [3] completions(string::String, pos::Int64) @ REPL.REPLCompletions ~/Documents/GitHub/julia/usr/share/julia/stdlib/v1.12/REPL/src/REPLCompletions.jl:1173
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: