[Docs] Add note about Chrome extensions interacting with debugger

This commit is contained in:
Brent Vatne 2015-05-30 13:24:35 -07:00
parent c60c1c0415
commit 39b2342ab9
1 changed files with 3 additions and 0 deletions

View File

@ -58,3 +58,6 @@ If in the `react-native init <project>` phase you saw npm fail with "npm WARN lo
sudo chown -R $USER ~/.npm
sudo chown -R $USER /usr/local/lib/node_modules
```
## Debugging in Chrome hangs and/or does not work well
It is possible that one of your Chrome extensions is interacting in unexpected ways with the debugger. If you are having this issue, try disabling all of your extensions and re-enabling them one-by-one until you find the problematic extension.