-
Notifications
You must be signed in to change notification settings - Fork 13
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
IJulia infinite loop on reaching breakpoint. #52
Comments
Don't apologize; it's better that I know about the issues :) |
It was at the prompt (well in 3 sequential cell, enable, load code, run code ... just a sec ... doing it this time with require("testdebug.jl") as I do it from Julia repl No. That had almost exactly the same effect:
I run ijulia from the same directory as my test files. The test file is here Versioninfo() shows: Julia Version 0.2.0-rc3+4 Pkg.status() shows:
|
I see, using a script fixed the context problem¸ but not the loop. |
In IJulia readline returns:
with no wait for input. I'm not certain that debug should/must work in IJ Notebook because its cell by cell input model doesn't quite make the same sense ... perhaps stopping would be sufficient. In IJ Qtconsole the user would expect it to work though because it is essentially just an enhanced console.
|
It seems that |
Same problem still. What I'm running: In [2]: versioninfo() Pkg.status()
Secondary problem is that this version of IJulia Notebook is unstable so I'm going to back out of it |
I'll give it another try after the instability problem is fixed if you want. Or 24 hours from now if I see nothing on that issue. |
I've got a little test routine:
which in Julia in terminal results in:
but in IJulia an "infinite" loop locks it up:
Apologies for throwing issues at you so quickly. I've been adding the basic debug commands to my reference card so I was testing a few things. It is an excellent piece of software!
John
The text was updated successfully, but these errors were encountered: