Thank you, I did! However it’s been difficult navigating all the updates in the last few days, as we were given multiple options and workflows with little details (with Juno, with Rebugger, etc). So the docs pretty much lost me at Open a console and type Juno.@enter split("Hello, world", isspace)
as I expected the debugging to work with run block
or run file
or the debug toolbar and this sounded like a non-IDE workflow.
Now I get it:
1 - one needs includet
to set the entry point for the debugger
2 - one needs to kickstart the debugging by invoking the “main” function, again in the Juno REPL, with Juno.@enter
or Juno.@run