Search code examples
intellij-ideapycharmrubyminejetbrains-ide

In a PyCharm debugging session, how to move the cursor to to current line that is being executed?


I'm new with PyCharm. In a debugging session, the current line that is being executed is highlighted. I may look around in the code and lost where I am. Is there a quick way to go to the current line that is being executed?

BTW, I added other JetBrains IDE tags it's because I think they may have similar shortcuts or similar way to solve the problem. You are freely to remove them if you think it's not proper.


Solution

  • The answer for me on Windows was: ALT + F10.

    Couldn't find Run | Show Execution Point.