Just a learner
Just a learner

Reputation: 28622

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.

Upvotes: 2

Views: 796

Answers (2)

Lionel Trebuchon
Lionel Trebuchon

Reputation: 425

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

Couldn't find Run | Show Execution Point.

Upvotes: 1

yole
yole

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

Related Questions