As far as I remember, in IntelliJ, the debug window has the option to view the toString() of an object instead of its memory address. Is there a way to do this in PyCharm with an object's __str__(self)?
2 Answers
Pycharm in variable view / debugging is showing __str__ object representation instead of __repr__.
Here was created a work-item on JetBrains website. Unforunetally I think there is still no progress.

