From cf385cf9fdaafc76c1d70795d28ea8138405571c Mon Sep 17 00:00:00 2001 From: Brian Munkholm Date: Fri, 14 Sep 2018 11:40:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c3abbbc..1abcbd5d 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Prior to begin debugging, you must start Realm Object Server. In VSCode, under m In the debugging pane, you can find `Debug LLDB + NodeJS` in the dropdown. First select *Start Debugging* in the *Debug* menu. ## Issues with debugging -Some users have reported the Chrome debugging being too slow to use after integrating Realm into their react-native project. This is due to the blocking nature of the RPC calls made through the Realm library. It is an ongoing issue and we are actively working on fixing it. See https://github.com/realm/realm-js/issues/491 for more information. +Some users have reported the Chrome debugging being too slow to use after integrating Realm into their react-native project. This is due to the blocking nature of the RPC calls made through the Realm library. It is an ongoing issue and we are actively working on fixing it. See https://github.com/realm/realm-js/issues/491 for more information. The best workaround is to use Safari instead, as a user has described [here](https://github.com/realm/realm-js/issues/491#issuecomment-404670910). ## Running the tests