ipdb/pdb gotcha: `c = 1` calls the command continue, rather than assigning. Solution: `!c = 1` (using ! in general is wise).