Spyder 3 can't inspect values through the variable explorer while debugging
See original GitHub issueWhen I debug a script using IPython console in spyder 3.0.0, I can see my variables listed in the variable explorer but when I try to inspect any variable there is an error message pops up. I think inspecting variables (especially DataFrame) while debugging was doable in spyder 2.3.8. I also tried debugging in Python console and there was no error message and I can check (double click) any variable through the variable explorer.
What steps will reproduce the problem? The attached screenshot shows my script file and the error message.
Please provide any additional information below
Versions and main components
- Spyder Version: 3.0.0
- Python Version: 2.7.11
- Operating system: Win 8
Dependencies
Please go to the menu entry Help > Optional Dependencies
(or
Help > Dependencies
), press the button Copy to clipboard
and paste the contents below:
jedi >=0.8.1 : 0.9.0 (OK)
matplotlib >=1.0 : 1.5.1 (OK)
nbconvert >=4.0 : 4.2.0 (OK)
numpy >=1.7 : 1.10.4 (OK)
pandas >=0.13.1 : 0.18.0 (OK)
pep8 >=0.6 : 1.7.0 (OK)
pyflakes >=0.5.0 : 1.3.0 (OK)
pygments >=2.0 : 2.1.3 (OK)
pylint >=0.25 : 1.5.4 (OK)
qtconsole >=4.2.0: 4.2.1 (OK)
rope >=0.9.4 : 0.10.3 (OK)
sphinx >=0.6.6 : 1.4.8 (OK)
sympy >=0.7.3 : 1.0 (OK)
Issue Analytics
- State:
- Created 7 years ago
- Comments:26 (9 by maintainers)
Top GitHub Comments
I completely agree with @AndyCash1. Sure it is always a good idea to fix issues but not at the expense of removing one of the most important tools for debugging.
I understand this question has been answered, but this issue is a show stopper for me. The ability to easily inspect and visualize variables like dictionaries and dataframes while debugging is the main reason why I use the Spyder IDE over others. Thus, I will continue to use Spyder 2.3.9 for now.
I would be curious to understand the logic behind this decision, and what the timeframe for it’s implementation in Spyder 3.X is. Thank you.