• MajorHavoc@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Coming off as a noob here, but how do you actually utilize the debugger.

    Ostensibly I debug Python in VSCode by installing the correct plugins and adding appropriate run configs to the debugger launch configuration.

    But honestly I debug most of it with import pdb; pdb.set_trace()