PyCharm (2021.1.3) debug mode opens new tab of same source file
Answered
Whenever I am debugging my code and hit a breakpoint, PyCharm jumps into a new tab opening the same file in which I've set the breakpoint. The second tab is then closed immediately, jumping back to the original source code file. However, the line where it hit the breakpoint is not marked and I don't really see where I am in the code. A debugging is not really possible then as I don't know in which line i am when i go through the code lines.
Does anyone know how to set up PyCharm so that the second tab is never opened and so that I know in which line I am?
I am using PyCharm 2021.1.3 (Professional Edition)
Please see a GIF of my problem below: https://i.stack.imgur.com/lJdij.gif
Please sign in to leave a comment.
Is it reproducible in 2021.3.1?
Thank you for your answer!
No, I just updated the version, and its not reproducible anymore, however, when starting the updated PyCharm for the first time I also decided not to import the settings from the previous version. Maybe this could have solved it as well... I will check that