debug console halts after one evaluation
Answered
So I have a breakpoint and it stop where I want. Then I go to the console and evaluate something. I see the output. If i try to evaluate it again it halts. This really ruins the interactive debugging experience. What I evaluate is very simple, e.g. `data_frame.columns` which is just supposed to print.
operation system: windows 10
Please sign in to leave a comment.
Does the freeze only happen when you access data_frame.columns? Can you try a different expression?
Hi @Paul, thanks you for your quick reply.
It could be other evaluation. The df.columns was just an example that I evaluate stuff which does not suppose to change the state.
Just to be clear, anything you type in the console freezes after the second statement?
Yep, it can be even a simple print. Yet it doesn't happen always, sometimes it is more than one enter before it freezes. It also depends where the breakpoints is.
Sorry to do this to you, but we'll need you to file a ticket for this, so we can collect more information and track it. It's important that we act on it.
Please instruct me how to do that.
Visit the PyCharm YouTrack and, after setting up an account, create a ticket.