From 559c302094f578153906ab2a1a12ed737ee04741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Bo=CC=81rquez?= Date: Sat, 28 Mar 2015 21:30:47 -0600 Subject: [PATCH] Add a comment about Live Reload --- docs/Debugging.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/Debugging.md b/docs/Debugging.md index 99bcb991a..3a73a509f 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -17,4 +17,11 @@ To debug the javascript code of your react app do the following: 5. You should now be able to debug as you normally would. ### Optional -Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) extension for Google Chrome. This will allow you to navigate the view hierarchy if you select the ```React``` tab when the developer tools are open. \ No newline at end of file +Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) extension for Google Chrome. This will allow you to navigate the view hierarchy if you select the ```React``` tab when the developer tools are open. + +## Live Reload. +To activate Live Reload do the following: + +1. Run your application in the iOS simulator. +2. Press ```Control + Command + Z```. +3. You will now see the `Enable/Disable Live Reload`, `Reload` and `Enable/Disable Debugging` options. \ No newline at end of file