Repl debugger how to set default editor?

Unfortunately, the debugger cannot open an editor for a function that is not already stored in a file. Since this function was entered at the REPL, it exists only in memory. If you had loaded a function from a file (perhaps with include("file.jl")), this command would use the InteractiveUtils stdlib to open the editor specified in one of the JULIA_EDITOR , VISUAL or EDITOR environment variables.

1 Like