Reputation: 28622
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.
Upvotes: 2
Views: 796
Reputation: 425
The answer for me on Windows was: ALT + F10
.
Couldn't find Run | Show Execution Point.
Upvotes: 1
Reputation: 97268
Run | Show Execution Point
(The action has a keyboard shortcut which depends on the keymap that you're using; the shortcut is shown in the menu.)
Upvotes: 3