Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drop frame while debugging?

I'd like to know if drop frame is available in PyCharm / Intellij with Python plugin.

Here's what the button looks like (it doesn't show up on the debug toolbar so I assume it's just not available for PyCharm) --> How to step one step back in IntelliJ?

What I'm trying to do is to re-play a function when I see a problem, to inspect it more. ("come back in time")

(I've used this before in Eclipse with Java, it would replay the current scope if you edited it and saved changes. of course the global scope remains changed after running a function many times, but for most cases it's very useful)

Thanks for telling!

like image 837
Nick463 Avatar asked Nov 18 '15 23:11

Nick463


1 Answers

As of version 2017.3.3, there is no drop frame feature as that in IntelliJ. The pycharm docs referred above seems wrong.

like image 128
ying Avatar answered Oct 06 '22 15:10

ying