Effective PyCharm Transcripts
Chapter: Debugging Python applications
Lecture: Your turn
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Once again, it is your turn time to go play around with PyCharm. Play with the debugger. You're going to play with that math program that has the
0:09
fibonacci numbers again, so you're going to create some breakpoints.
0:12
Use the debugger to understand the flow of these co routines and these generators and then even alter the flow with the
0:19
debugger by doing things like setting values that would otherwise not naturally occur. So just follow along the your turn steps here and enjoy.