This should™ work : http://stackoverflow.com/questions/21788939/how-to-use-pycharm-to-debug-scrapy-projects/22254926#22254926
On Thursday, October 17, 2013 at 2:25:51 AM UTC+2, colorado5280 wrote: > > I use PyCharm IDE for all of my Python development and, of late, have run > into a strange behavior when trying to build and debug multiple spiders > that are contained in a project. First, some background: > > 1) In my project I have 10 or so spiders - all Python code > 2) As I build a new spider I set up a PyCharm configuration as follows: > > > <https://lh5.googleusercontent.com/-QNAS2N8xUlQ/Ul8tncCED8I/AAAAAAAAAAM/jnPEW565OjQ/s1600/Screen+Shot+2013-10-16+at+6.21.14+PM.png> > > 3) Next I hit debug to run the code and Pycharm indicates that its running > the first alphetically named spider in the same directory. > > 4) This seems to be something with how Pycharm 3.0 is working as I had > done lots of development on other spiders and was able to write and debug > each one individually before. > > > Anyone using PyCharm to do their development? If so can you share how you > set up your configuration to be able to debug each spider individually? > > Thanks for any assistance provided! > > > Mark > > -- 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.
