-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Debugger pane does not seem to work #321
Comments
You're not supposed to use Debugger.jl at all, which is why the docs explicitly mention So instead leave out steps 2 and 4 and actually do what you said you're doing in step 3, and you should be good to go. |
Can you go to the Atom settings and take a look at the |
I updated both packages and now it works well. |
Cool, glad that this is solved now. |
Details
Steps to reproduce
using Debugger
into the consoleJuno.@enter split("Hello, world", isspace)
into the consoleo
to get the util.jl window to show up.(I am basically following the instructions in https://docs.junolab.org/latest/man/debugging/)
Here I think I have entered the debugger, but that does not seem to be the case, probably it is I that have done something wrong, but I do believe I have followed the instructions correctly.
The text was updated successfully, but these errors were encountered: