Is it possible to "observe" a variable using PyCharm? I want to see the values โโthat the variable takes during the loop.
Or is there something like console.log() ? I know breakpoints (I don't want to break), print and pprint :). It would be great to click, for example, to open a list or an object.
Chris source share