diff --git a/docs/local-development.md b/docs/local-development.md index e81a97743eb69f6a073b3b94b45b1fe7cf4f21ba..4cac253ee87e7eaaa17a9bb03bbda497624c8789 100644 --- a/docs/local-development.md +++ b/docs/local-development.md @@ -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