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

0
7 comments

Does the freeze only happen when you access data_frame.columns? Can you try a different expression?

0
Avatar
Permanently deleted user

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.

0

Just to be clear, anything you type in the console freezes after the second statement?

0
Avatar
Permanently deleted user

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.

0

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.

0
Avatar
Permanently deleted user

Please instruct me how to do that.

0

Visit the PyCharm YouTrack and, after setting up an account, create a ticket.

0

Please sign in to leave a comment.