We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From Chana...@gmail.com on 2014-10-23T04:07:24Z
Spyder Version: 2.3.1 Python Version: 3.3.5 Qt Version : 4.8.4, PyQt4 (API v2) 4.9.6 on Windows pyflakes >=0.6.0: None (OK) pep8 >=0.6 : None (NOK) IPython >=0.13 : 2.0.0 (OK) pygments >=1.6 : 1.6 (OK) pandas >=0.13.1 : 0.15.0 (OK) sphinx >=0.6.6 : 1.2.2 (OK) rope >=0.9.2 : 0.9.4 (OK) matplotlib >=1.0: 1.3.1 (OK) sympy >=0.7.0 : 0.7.5 (OK) pylint >=0.25 : 1.1.0 (OK)
What steps will reproduce the problem?
What is the expected output? What do you see instead?
a good debugger for Spyder!!!
Please provide any additional information below
.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2020
The text was updated successfully, but these errors were encountered:
From ccordoba12 on 2014-10-23T14:01:12Z
That's what everybody wants! We know ipdb is quite limited (it doesn't even allow you to run arbitrary code).
I hope next year I have time to fix all these problems :-)
Status: Accepted Labels: Cat-Debugger
Sorry, something went wrong.
From ccordoba12 on 2014-11-18T14:55:02Z
Labels: MS-v2.4
From ccordoba12 on 2014-11-18T17:25:44Z
issue #1943 has been merged into this issue.
@ccordoba12 I think 3.x solves this issue.
I run: linespace(0,1,20) I get NameError and ipdb is still responsive
linespace(0,1,20)
NameError
Great! Thanks for letting is know about it.
Just for the record, this was fixed in PR #4202.
No branches or pull requests
From Chana...@gmail.com on 2014-10-23T04:07:24Z
Spyder Version: 2.3.1
Python Version: 3.3.5
Qt Version : 4.8.4, PyQt4 (API v2) 4.9.6 on Windows
pyflakes >=0.6.0: None (OK)
pep8 >=0.6 : None (NOK)
IPython >=0.13 : 2.0.0 (OK)
pygments >=1.6 : 1.6 (OK)
pandas >=0.13.1 : 0.15.0 (OK)
sphinx >=0.6.6 : 1.2.2 (OK)
rope >=0.9.2 : 0.9.4 (OK)
matplotlib >=1.0: 1.3.1 (OK)
sympy >=0.7.0 : 0.7.5 (OK)
pylint >=0.25 : 1.1.0 (OK)
What steps will reproduce the problem?
What is the expected output? What do you see instead?
a good debugger for Spyder!!!
Please provide any additional information below
.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2020
The text was updated successfully, but these errors were encountered: