Commenting lines that include the first one in a file freezes Spyder
See original GitHub issueDescription
What steps will reproduce the problem?
If I select more than one line together, but last or first line should partially selected, and if I try to comment out with Ctrl+1, Spyder crashes.
Versions
- Spyder version: 4.0.0
- Python version: 3.7.5
- Qt version: 5.9.6
- PyQt5 version: 5.9.2
- Operating System: Windows 10
Dependencies
cloudpickle >=0.5.0 : 1.2.2 (OK)
pygments >=2.0 : 2.5.2 (OK)
qtconsole >=4.6.0 : 4.6.0 (OK)
nbconvert >=4.0 : 5.6.1 (OK)
sphinx >=0.6.6 : 2.2.2 (OK)
pylint >=0.25 : 2.4.4 (OK)
psutil >=0.3 : 5.6.7 (OK)
qtawesome >=0.5.7 : 0.6.0 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
zmq >=17 : 18.1.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
numpydoc >=0.6.0 : 0.9.1 (OK)
spyder_kernels >=1.8.1;<2.0.0: 1.8.1 (OK)
qdarkstyle >=2.7 : 2.7 (OK)
atomicwrites >=1.2.0 : 1.3.0 (OK)
diff_match_patch >=20181111 : 20181111 (OK)
intervaltree : None (OK)
watchdog : None (OK)
keyring : None (OK)
pexpect >=4.4.0 : 4.7.0 (OK)
pympler : None (OK)
sympy >=0.7.3 : 1.4 (OK)
cython >=0.21 : 0.29.14 (OK)
IPython >=4.0 : 7.10.1 (OK)
matplotlib >=2.0.0 : 3.1.1 (OK)
pandas >=0.13.1 : 0.25.3 (OK)
numpy >=1.7 : 1.17.4 (OK)
scipy >=0.17.0 : 1.3.2 (OK)
pyls >=0.31.2;<0.32.0 : 0.31.2 (OK)
rtree >=0.8.3 : 0.8.3 (OK)
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
How to fix Spyder breaks at line one during debugging without ...
in the setting -->iPython console -> debugger, you will see an option "stop debugging on first line of file without breakpoints".
Read more >Spyder had encountered an internal problem! Somewhat ...
Spyder had encountered an internal problem! Somewhat works on Windows machine under other app, but crashes on Linux all the time.
Read more >pencilgraphite - Discussions on Python.org
Upon opening and coding for roughly 15 minutes today the Application started freezing mid program constantly. Restarting the kernal unfreezes it ...
Read more >Google Code Archive - Google Code
422, WontFix, IPython support: save file dialog crashes (matplotlib figure) ... 421, Duplicate, runfile fails when last line is a comment Type-Defect ...
Read more >Debugger — Spyder 5 documentation
A Spyder IPython console window, showing the ipdb debugger in action ... Spyder's Breakpoints panel, with a number of examples showing file, line...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, this is going to be fixed in our next version.
Hi Carlos, I upgraded my Spyder to 4.0.1 but the issue is still there. Even without selection, just put the cursor on first line of the editor and try to comment out with ctrl+1. Maybe I should wait next update.
Best