Debugging Zipline

Is there any way of debugging a zipline algorithm? I would like to step through pieces of the code to make sure the pipeline output is what I want and that the portfolio weights make sense.

Anything you print() will show up in the detailed logs and any daily values you record() will be in the CSV output.

http://www.zipline.io/appendix.html?highlight=record#miscellaneous