'Auto-expand self in PyCharm debugger

I'm using PyCharm for my Python development. When I'm using the debugger, I always need to look at the member variables of the class I'm debugging, so I always need to expand self in the variables pane.

Is there a way for this to happen automatically when the debugger launches?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source