I've done it a lot to add
import pdb; pdb.set_trace()
I've done it a lot to add
import pdb; pdb.set_trace()
try:
your_entire_program()
except:
import pdb
pdb.pm()
Until my boy black let's you know about his redecoration ideas.
thanks for using Leebra!
go to feed...
You can slam semicolons at the ends of lines in Python, interpreter doesn’t care
P sure you can do multiple lines in one line by slamming semicolons too, though idr for sure and I can’t be arsed to check
save