I would like to know if anyone else has the same problem as me when I use this IDE.
What happens is that after I put my breakpoints and I click on the Debug icon, the IDE will automatically open another tab with my .py file, so I have 2 identical tabs just because I want debug.
This is a pain, because when I stop the debugger, the tab is still open and if I forget to close it and I modify the code, then I have 2 different codes for the same file and PyCharm explodes with some strange error .
Reference?!
source
share