I'd like to know if anybody else has the same problem as me when using this IDE.
What happens is that once I have put my breakpoints and I click over the Debug icon, the IDE opens automatically another tab with my .py file, so I have open 2 identical tabs just because I want to debug.
This is a pain since 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 weird errors.
Help?!