Python Tips = I’m collecting useful script snippets here, that might also help others. == Debugging == === Interactive console === For interactive debugging in the middle of some python code just insert this line as “breakpoint”: …
See original here:
User:NeXyon/Python/Tips