-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Spyder debugger doesn't terminate #4214
Comments
I have the same issue, but I'm using version 3.3. Here is my dependcy info: jedi =0.9.0 : 0.9.0 (OK) |
This bug will be solved in Spyder 3.2, sorry for the inconvenience. |
@ccordoba12 I still see this issue on the latest 3.x debug like this:
It breaks on line 5 and x is defined but not y I stop the debug and x, y, and z are defined. I also have simulation code that runs for a couple minutes. I put a break point in the first loop and it stopped there. I hit stop and the code continued to the end, originally I though I crashed ipdb |
I put a break point in the |
I reset to factory and I still get this when I debug:
Then I hit stop and get this:
I did a factory reset as well. I also noticed that your `ipdb>' prompt is output on the right line. Versions and main components
Dependenciescython >=0.21 : 0.25.2 (OK) |
I fixed it.... I upgraded IPython The prompt is still off but I'm not worried |
Yay!! Really great news! |
can't stop debugging |
@usmanov, you need to update IPython. |
I think it might have meant that debugging is so good in Spyder that one just cannot stop! :) |
Hello all,
I am very new to Spyder and am using Spyder 3.1.2 from Anaconda 4.3.0. I have problems with the Spyder's debugger:
I really appreciate if anyone help me for this.
Thank you.
Versions and main components
Dependencies
Please go to the menu entry
Help > Optional Dependencies
(orHelp > Dependencies
), press the buttonCopy to clipboard
and paste the contents below:
The text was updated successfully, but these errors were encountered: