<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">hi everyone,<br><br>I have watched the excellent video tutorial on debugging with ipython, but I cannot get a hang of how to use it to step through code. I am using the trick of inserting 1/0 in my code where I want the debugger to come up.<br><br>Then I get pdb (as expected), but if I try the n(ext) or s(tep) commands I am immediately dropped back onto the "normal" ipython shell.<br><br>Is there a way to step through code without importing pdb and using set_trace()?<br><br>thank you for any help<br><br>lara<br></td></tr></table><br>