Python Forum

Full Version: line by line debugging in PyCharm Community
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i was wondering (and been recommended by deanhystad) - is there a way to simulate the code process line by line in PyCharm ?

similar to what can be done in this: simulator

thank you
There is no need to "simulate", just learn how to use the debugger.

https://www.jetbrains.com/help/pycharm/d...ation.html
okay, thanks !