From 7983fc0952d5fd4a2fa2f4a9bdedeb87d3f96174 Mon Sep 17 00:00:00 2001 From: oneroundseven Date: Thu, 22 Mar 2018 13:41:16 +0800 Subject: [PATCH 1/3] Update debugging.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 安卓模拟器不太一样 还有下面调试器的图片丢失了 --- docs/docs/0.51/debugging.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/0.51/debugging.md b/docs/docs/0.51/debugging.md index a0379d7..3bea626 100644 --- a/docs/docs/0.51/debugging.md +++ b/docs/docs/0.51/debugging.md @@ -90,6 +90,9 @@ npm install -g react-devtools react-devtools ``` +执行命令后会启动 React Develpoer Tools +> 注意:andorid版本的调试菜单换成了"Toggle Inspector"(自动执行),这个时候需要重启下对应的模拟器中的APP。 + React DevTools It should connect to your simulator within a few seconds. From 6642093257ab814d4af0ed20666c6e8111f72b87 Mon Sep 17 00:00:00 2001 From: oneroundseven Date: Thu, 22 Mar 2018 14:05:48 +0800 Subject: [PATCH 2/3] Complete Android Debug Desc Complete Android Debug Desc --- docs/docs/0.51/debugging.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/0.51/debugging.md b/docs/docs/0.51/debugging.md index 3bea626..8462c37 100644 --- a/docs/docs/0.51/debugging.md +++ b/docs/docs/0.51/debugging.md @@ -91,7 +91,8 @@ react-devtools ``` 执行命令后会启动 React Develpoer Tools -> 注意:andorid版本的调试菜单换成了"Toggle Inspector"(自动执行),这个时候需要重启下对应的模拟器中的APP。 +> 注意:使用 React Develpoer Tools 调试之前必须先到模拟器中关闭 "Debug JS Remotely" 功能,否则会连接不上。 +> 注意:Andorid版本的调试菜单换成了"Toggle Inspector"(自动执行)。 React DevTools From e8663bfc1629e817fdab0570a9c5a40daa22e71f Mon Sep 17 00:00:00 2001 From: oneroundseven Date: Thu, 22 Mar 2018 14:06:37 +0800 Subject: [PATCH 3/3] Update Update --- docs/docs/0.51/debugging.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/0.51/debugging.md b/docs/docs/0.51/debugging.md index 8462c37..8945193 100644 --- a/docs/docs/0.51/debugging.md +++ b/docs/docs/0.51/debugging.md @@ -92,6 +92,7 @@ react-devtools 执行命令后会启动 React Develpoer Tools > 注意:使用 React Develpoer Tools 调试之前必须先到模拟器中关闭 "Debug JS Remotely" 功能,否则会连接不上。 + > 注意:Andorid版本的调试菜单换成了"Toggle Inspector"(自动执行)。 React DevTools