You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.
function EvaluateAFunction(f)
return f(2);
end
x = EvaluateAFunction(x->sin(x))
@enter EvaluateAFunction(x->sin(x))
Running this code snippet in JuliaPro returns an error of AssertionError: arg isa Expr && arg.head == :call. Seems that the debugger can't deal with function handles as argument.
The text was updated successfully, but these errors were encountered:
Running this code snippet in JuliaPro returns an error of
AssertionError: arg isa Expr && arg.head == :call
. Seems that the debugger can't deal with function handles as argument.The text was updated successfully, but these errors were encountered: