Scrapy uses an async http model, which causes strange issues with debuggers. I recommend following the practices outlined in the scrapy manual for debugging: http://doc.scrapy.org/en/latest/topics/debug.html
On Sun, Dec 21, 2014 at 10:22 PM, Padmanabh <[email protected]> wrote: > I have `import pdb; pdb.set_trace()` breakpoints at a few places in my > crawler. Each time they are being ignored. What could be the reason and > possible fix? > > -- > You received this message because you are subscribed to the Google Groups > "scrapy-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/scrapy-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
