I set %pdb yesterday and ended up using the very nice new ipdb with tab completion. Now I am spoiled. I used pdb.set_trace() in one of my scripts and I just don't know if I can use regular pdb anymore :). Is there a way to put a line in a script that calls ipdb like pdb.set_trace()? Thanks, Ryan