How to debug live python code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to debug live python code

In c# we'll attach the process and debug it, but in python how to debug live python code. I'm using pycharm IDE. Please help me.

14th Jul 2019, 5:06 AM
Initiator
1 Answer
+ 1
Pycharm has a debugger. Also, you can always "step" through your code, line by line. You can also take advantage of the "logging" library https://www.jetbrains.com/help/pycharm/part-1-debugging-JUMP_LINK__&&__python__&&__JUMP_LINK-code.html https://www.jetbrains.com/help/pycharm/debugging-your-first-python-application.html
24th Jul 2019, 1:38 AM
Steven M
Steven M - avatar