Debugging with Debugger not working in Julia when using Juno / Atom
问题 I'm trying to step through a function in Julia when using the Juno IDE (i.e., Atom with the Julia extension). I'm using Julia 1.1 and the Debugger package. I'm trying to enter the function as follows: @enter myfunc(5) And when I run this, it opens the REPL to the correct function in debug mode, but when I try to press c or n to continue or run to the next function I get the following: no previous command executed Also, when I press ` (backtick) to enter interactive mode, it doesn't really