Hacker News new | past | comments | ask | show | jobs | submit login

Can you step through the code when embedding ipython in your code? Does this approach have advantages versus `ipdb` or `pdb++` ?



No, but I rarely find it helpful to step through code. That's the other 2%.


import ipdb; ipdb.set_trace()

IPython pdb session.


Yes I'm aware of this.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: