Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions website/versioned_docs/version-0.82/react-native-devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ Breakpoints are a fundamental tool in your debugging toolkit!

#### Useful tips

- A "Paused in Debugger" overlay will appear when your app is paused. Tap it to resume.
- Pay attention to the right hand side panels when on a breakpoint, which allow you to inspect the current scope and call stack, and set watch expressions.
- A "Paused in Debugger" overlay appears when your app is paused. Tap it to resume.
- 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.
- Use a `debugger;` statement to quickly set a breakpoint from your text editor. This will reach the device immediately via Fast Refresh.
- There are multiple kinds of breakpoints! For example, [Conditional Breakpoints and Logpoints](https://developer.chrome.com/docs/devtools/javascript/breakpoints#overview).

Expand All @@ -102,7 +102,7 @@ In the integrated Components and Profiler panels, you'll find all the features o

The React Components panel allows you to inspect and update the rendered React component tree.

- Hover or select an element in DevTools to highlight it on device.
- Hover or select an element in DevTools to highlight it on the device.
- To locate an element in DevTools, click the top-left "Select element" button, then tap any element in the app.

#### Useful tips
Expand Down Expand Up @@ -136,7 +136,7 @@ Occasionally, DevTools might disconnect from the target device. This can happen

- The app is closed.
- The app is rebuilt (a new native build is installed).
- The app has crashed on the native side.
- The app crashes on the native side.
- The dev server (Metro) is quit.
- A physical device is disconnected.

Expand Down