From 40964d1680644b6cf08dfa5fc98d3b56152cee57 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Fri, 25 Jan 2019 13:10:09 +0100 Subject: [PATCH] docs: update local development docs --- docs/local-development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/local-development.md b/docs/local-development.md index e81a97743e..4cac253ee8 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 -- GitLab