I don't use PyCharm myself but this StackOverflow question has an accepted answer: http://stackoverflow.com/questions/21788939/how-to-use-pycharm-to-debug-scrapy-projects
On Fri, Feb 7, 2014 at 5:46 PM, Vinay Anantharaman <[email protected]>wrote: > I've been trying to debug my spider while using PyCharm. I created a run > configuration and I put the script as scrapy/cmdline.py. The script > parameters are "crawl a_spider". The working directory is my project. None > of my breakpoints in my project are hitting. The only breakpoints that work > are in cmdline.py. > > Is there some forking or processing splitting that I'm unaware of when you > use cmdline.py? The debugger might not be detecting it or connecting to the > new process. > > Has anyone else had success? > > Vinay > > -- > 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/groups/opt_out. > -- 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.
