Debugging Python 3 with PyCharm

preview_player
Показать описание
This video explains how to use the integrated Debugger in PyCharm to debug code written in Python 3
Рекомендации по теме
Комментарии
Автор

Thank you teacher ! I've started reading your book.

omarshi
Автор

Thanks! More practice is needed! I'm also starting with your OOP book!

sophiakong
Автор

Thank you Irv. This is very clear and helpful.

marilyndavis
Автор

Any thoughts on how debugging in PyCharm compares to Wing IDE or Visual Studio Code? Especially for GUI applications using multi-thread QThread / processes (mp).

For example, I'm trying to plot data samples coming in on the serial-port. I assume the serial receiver code should be in its own QThread, and emit a Signals to the GUI process with the data to plot (pyqtgraph, matplotlib). However, I need to debug why after just a few thousand points, I start to lose data!

Or is there a better approach for this? Python Mode for Processing?

bennguyen
Автор

Hello. I am starting with your OOP book and found this link there. I would like to take the chance to say Thank You and to subscribe to your channel.

azudevcr