Home > other >  Pycharm scrapy debugging problems, ask for help
Pycharm scrapy debugging problems, ask for help

Time:09-26



As shown in figure, set up the main py for debugging, why breakpoints, mean to def parse press F8, jump to the def parse_stock line, can't go into the next line for solution, thank you!
If you can solve, thank you very much!

CodePudding user response:

After another wall bumps bumps

CodePudding user response:

It seems that you are debugging the debug configuration is not properly configured,

The core parameters:

The Script Path: /your_python_version/site - packages/scrapy/cmdline. Py
The Parameters: crawl yourScrapyProjectName



Details:
Add debug configuration to Scrapy in PyCharm


CodePudding user response:

Before there is a corresponding post, you can also look at:
/resolved Mac PyCharm to add breakpoints in real-time debugging scrapy project - on the road
  • Related