Skip to content
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

Debugger not working properly #335

Closed
ntjess opened this issue Jul 26, 2019 · 4 comments
Closed

Debugger not working properly #335

ntjess opened this issue Jul 26, 2019 · 4 comments

Comments

@ntjess
Copy link

ntjess commented Jul 26, 2019

From the 'Juno' documentation page, I saw the following:
Open a console and type Juno.@Enter split("Hello, world", isspace). You should see something like the following (without the red annotations):
image

However, this does not happen for me. I can run the command, but I don't see any debugging interface. The only noticeable difference is a new set of variables in my workspace, but I can't set breakpoints in my own functions or use debugging controls. See the attached .gif.

The tutorial doesn't indicate I needed to do something else first to make debugging behave properly.
1554d4ce-825c-42ea-b2bf-b25d7a7f0967

@pfitzseb
Copy link
Member

Did you make sure all packages are up-to-date? It's kinda suspicious that the @enter call never returns.

@ntjess
Copy link
Author

ntjess commented Jul 26, 2019

I performed a fresh install of Julia Pro which included the Juno component. Updating my packages made no difference.

I believe a related issue is keeping me from being able to set breakpoints in any files. Doing so gives the error:
image

@pfitzseb
Copy link
Member

I expect this is happening because JuliaPro ships with a fairly old version of Juno, which does still have a couple of bugs.

@ntjess
Copy link
Author

ntjess commented Jul 28, 2019

You were right, after installing Juno separately I encountered no problems.

@ntjess ntjess closed this as completed Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants