From a813dc15cc3d11aab24951eb9744735db32991ce Mon Sep 17 00:00:00 2001 From: Mehraz Morshed Date: Wed, 8 Oct 2025 22:35:02 +0600 Subject: [PATCH 1/2] updating the unversioned react-native-devtools.md file updating the unversioned react-native-devtools.md file located in /docs folder --- docs/react-native-devtools.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/react-native-devtools.md b/docs/react-native-devtools.md index 88c73884fa8..44a26b91660 100644 --- a/docs/react-native-devtools.md +++ b/docs/react-native-devtools.md @@ -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). @@ -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 @@ -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. From c7cfc6318ab6d8bd2c829c2bc1d9522136fe8b36 Mon Sep 17 00:00:00 2001 From: Mehraz Morshed Date: Wed, 8 Oct 2025 23:22:55 +0600 Subject: [PATCH 2/2] updating react-native-devtools.md file for version-0.82 updating react-native-devtools.md file for version-0.82 --- .../versioned_docs/version-0.82/react-native-devtools.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/versioned_docs/version-0.82/react-native-devtools.md b/website/versioned_docs/version-0.82/react-native-devtools.md index 88c73884fa8..44a26b91660 100644 --- a/website/versioned_docs/version-0.82/react-native-devtools.md +++ b/website/versioned_docs/version-0.82/react-native-devtools.md @@ -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). @@ -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 @@ -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.