5

I'm using PyCharm IDE. When I stop at breakpoint - I can run interactive console in debug mode to see variables, evaluate simple expressions, etc.

However, this takes a lot of time every time when you need go there and click this small icon to start interactive session.

Is there any way to make this wonderful IDE start python console in interactive mode automatically?

2 Answers 2

6

You can enable the debug console by default by setting:

Preferences -> Build, Execution, Deployment -> Console > Always show debug console Screencap

Sign up to request clarification or add additional context in comments.

1 Comment

Any chance to make IDE jump to console automatically and immediately after breakpoint reached?
6

To get the console to show by default which I believe is the desired outcome check the Focus on Breakpoints option on the right-click menu from the Console tab:

enter image description here

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.