Tag: pdb

  • Debugging in python with pdb and dropping into a ‘proper’ session

    If you code in python, there’s a reasonably high chance you’ve heard of dropping into a debugger with something like pdb, or if you prefer ipython, ipdb. It’s a really, really handy skill, and if you haven’t done this before, this 40 minute video gives a good overview of how it can help you: https://www.youtube.com/watch?v=lnlZGhnULn4…