yep, `-i` is a lifesaver for debugging.
run your script, and bam—you’re in the REPL with everything still loaded. no need to rerun stuff manually.
pro tip: pair it with `pdb` for extra debugging power.
run your script, and bam—you’re in the REPL with everything still loaded. no need to rerun stuff manually.
pro tip: pair it with `pdb` for extra debugging power.
