1.

Can I Call Pdb.set_trace() From My Spiders To Debug Them?

Answer»

YES, but you can also use the Scrapy SHELL which allows you to quickly analyze (and even modify) the response being processed by your spider, which is, quite often, more useful than PLAIN old pdb.set_trace().

Yes, but you can also use the Scrapy shell which allows you to quickly analyze (and even modify) the response being processed by your spider, which is, quite often, more useful than plain old pdb.set_trace().



Discussion

No Comment Found