Skip to content
Snippets Groups Projects
Unverified Commit 40964d16 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

docs: update local development docs

parent 9d2e7077
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,6 @@ If you wish to add one, add it to `lib/config/definitions.js` and then add docum
It's really easy to debug Renovate using Chrome's inspect tool. Try like this:
1. Open `chrome://inspect` in Chrome, then click on "Open dedicated DevTools for Node"
2. Run `yarn debug ...` instead of `yarn start ...`
3. Add a `debugger;` statement somewhere in the source code where you want to start debugging
2. Add a `debugger;` statement somewhere in the source code where you want to start debugging
3. Run Renovate using `yarn debug ...` instead of `yarn start ...`
4. Click "Resume script execution" in Chrome DevTools and wait for your break point to be triggered
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment