Is it possible to "watch" a variable with PyCharm? I want to see the values a variable takes on as it runs through a loop.
Or is there something like console.log()
? I am aware of breakpoints (I don't want to break), print
and pprint
:). It would be awesome to click open a list or object for example.