We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e935b83 commit 804914aCopy full SHA for 804914a
src/Debugger.jl
@@ -86,6 +86,7 @@ function _make_frame(mod, arg)
86
quote
87
theargs = $(esc(args))
88
frame = JuliaInterpreter.enter_call_expr(Expr(:call,theargs...))
89
+ frame === nothing && error("failed to enter the function, perhaps it is set to run in compiled mode")
90
frame = JuliaInterpreter.maybe_step_through_kwprep!(frame)
91
frame = JuliaInterpreter.maybe_step_through_wrapper!(frame)
92
JuliaInterpreter.maybe_next_call!(frame)
0 commit comments