Sometimes the most basic things stymy me. I can’t get Rebugger to run.
I have added JuliaInterpreter and Rebugger.
I try:
using Rebugger
then, per the documentation I try:
a = [4,3,1,2]
sort(a) -i
On MacOS, I set meta to be the option key, so I am typing -i.
Not a thing happens.
I have also created a .jl file with a tiny function. I have done using Revise and then used includet to load the file. I run its function and try -i. Nada.
I think there is something funky about the meta key and the Julia repl.