<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi Robert,<br><br><br>
> > Is there a way to step through code without importing pdb and using<br>> > set_trace()?<br>><br>> Why not use set_trace() if you are already inserting exceptions using 1/0?<br>><br>><br>> import pdb;pdb.set_trace()<br><br>But when in ipython I import or %run code with such a set_trace() call  I get thrown into the normal pdb, not the nicer iPython version that I find much more usable. <br><br>How can I get into ipython's debugger in a way that I can step through code?<br><br>thanks!<br><br>-l<br></td></tr></table><br>