You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.82/react-native-devtools.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,8 @@ Breakpoints are a fundamental tool in your debugging toolkit!
74
74
75
75
#### Useful tips
76
76
77
-
- A "Paused in Debugger" overlay will appear when your app is paused. Tap it to resume.
78
-
- Pay attention to the righthand side panels when on a breakpoint, which allow you to inspect the current scope and call stack, and set watch expressions.
77
+
- A "Paused in Debugger" overlay appears when your app is paused. Tap it to resume.
78
+
- Pay attention to the right-hand panels when on a breakpoint, which allow you to inspect the current scope and call stack, and set watch expressions.
79
79
- Use a `debugger;` statement to quickly set a breakpoint from your text editor. This will reach the device immediately via Fast Refresh.
80
80
- There are multiple kinds of breakpoints! For example, [Conditional Breakpoints and Logpoints](https://developer.chrome.com/docs/devtools/javascript/breakpoints#overview).
81
81
@@ -102,7 +102,7 @@ In the integrated Components and Profiler panels, you'll find all the features o
102
102
103
103
The React Components panel allows you to inspect and update the rendered React component tree.
104
104
105
-
- Hover or select an element in DevTools to highlight it on device.
105
+
- Hover or select an element in DevTools to highlight it on the device.
106
106
- To locate an element in DevTools, click the top-left "Select element" button, then tap any element in the app.
107
107
108
108
#### Useful tips
@@ -136,7 +136,7 @@ Occasionally, DevTools might disconnect from the target device. This can happen
136
136
137
137
- The app is closed.
138
138
- The app is rebuilt (a new native build is installed).
0 commit comments