Visual Studio Code – How to debug Scrapy in VS Code?
The problem is that I can't debug Scrapy crawlers in VS Code. The problem is that always when I start debugging it breaks on one of my imports. Of course, I played a lot with that import in order to…