Extra info in Console window while debugging Follow
Hi,
Pretty new to PyCharm so forgive me if this is a silly question.
Let's say I have a breakpoint set on the following line of code:
Any help would be much appreciated.
Pretty new to PyCharm so forgive me if this is a silly question.
Let's say I have a breakpoint set on the following line of code:
print fooWhen I step over that line of code the correct string is displayed on the Console window. But there is always an extra line of information after that print statement executes:
{'A': [('B', 'Right', 2.0)], 'C': [('B', 'Down', 2.0)], 'B': ...That is another one of the data structures in my code. I have no idea why it is displayed in the Console window every single time I step over an unrelated print statement.
Any help would be much appreciated.
- CS
Please sign in to leave a comment.