This month we look at debuggers in Python and how to choose your own debugger instead of relying on the built-in pdb.

  • pnutzh4x0r@lemmy.ndlug.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    I sometimes use gdb with C and C++, but never really use pdb with Python… mostly stick with logging (ok, print statements). This is good information to know though, and I should probably get better at using a debugger with Python.