Open bbelderbos opened 8 months ago
Short video: Using pdb to Inspect Python Objects https://www.youtube.com/watch?v=OWGyfBBwpSM
Article: How to Use Pdb to Debug Your Code https://pybit.es/articles/pdb-debugger
(I only used prints till years into my Python career, but this has been a real game-changer and I use it every day, making me a much more effective developer)
Short video: Using pdb to Inspect Python Objects
https://www.youtube.com/watch?v=OWGyfBBwpSM
Article: How to Use Pdb to Debug Your Code https://pybit.es/articles/pdb-debugger
(I only used prints till years into my Python career, but this has been a real game-changer and I use it every day, making me a much more effective developer)