How to Debug RSSHub
This article is a simple introduce for how to debug RSSHub.
Workflow
The workflow is simple. There are only three steps to do this.
Download Source
Using git clone
1 | git clone https://github.com/DIYgod/RSSHub |
Install Npm repo
1 | npm install |
Using VScode Debug
- Click the Debug/run icon
- add your breakpoint
- select
debug node(preview)and choosenpm run dev
Enjoy~ 🍻️
FAQ
- npm install and get a error
gyp: No Xcode or CLT version detected!
1 | xcode-select --print-path |
This blog is under a CC BY-NC-SA 3.0 Unported License
Link to this article: https://younggod.netlify.app/2020/11/17/practice/rsshub/debugWithRsshub/