diff --git a/docs/debugging.md b/docs/debugging.md
index 714d1b71b76..c4c299a2677 100644
--- a/docs/debugging.md
+++ b/docs/debugging.md
@@ -18,7 +18,7 @@ React Native provides an in-app developer menu providing access to debugging fea
Alternative (Android): `adb shell input keyevent 82`.
-
+
## Opening DevTools
@@ -27,36 +27,14 @@ Alternative (Android): `adb shell input keyevent 82`.
To open DevTools, either:
- Select "Open DevTools" in the Dev Menu.
-- Press j from the CLI (`npx react-native start`).
+- Press j from the CLI.
-On first launch, DevTools will open to a welcome panel, along with an open console drawer where you can view logs and interact with the JavaScript runtime. From the top of the window, you can navigate to other panels, including the integrated React Components Inspector and Profiler.
-
-
+
-React Native DevTools is powered by a dedicated debugging architecture built into React Native and uses a customized build of the [Chrome DevTools](https://developer.chrome.com/docs/devtools) frontend. This enables us to offer familiar, browser-aligned debugging features that are deeply integrated and built for end-to-end reliability.
+On first launch, DevTools will open to a welcome panel, along with an open console drawer where you can view logs and interact with the JavaScript runtime. From the top of the window, you can navigate to other panels, including the integrated React Components Inspector and Profiler.
Learn more in our [React Native DevTools guide](./react-native-devtools).
-:::note
-React Native DevTools is only available with the Hermes engine, and requires either Google Chrome or Microsoft Edge installed.
-:::
-
-:::info
-
-#### Flipper and alternative debugging tools
-
-React Native DevTools replaces the previous Flipper, Experimental Debugger, and Hermes debugger (Chrome) frontends. If you are on an older version of React Native, please go to the docs [for your version](/versions).
-
-For apps using JavaScriptCore instead of Hermes, Direct JSC Debugging is still available (see [Other Debugging Methods](./other-debugging-methods)).
-
-React Native DevTools is designed for debugging React app concerns, and not to replace native tools. If you want to inspect React Native’s underlying platform layers (for example, while developing a Native Module), please use the debugging tools available in Xcode and Android Studio (see [Debugging Native Code](/docs/next/debugging-native-code)).
-
-Other useful links:
-
-- Why you don’t need Flipper in your React Native app … and how to get by without it ↗
-
-:::
-
## LogBox
LogBox is an in-app tool that displays when warnings or errors are logged by your app.
diff --git a/docs/running-on-device.md b/docs/running-on-device.md
index 665d70ea689..a7569e13b3e 100644
--- a/docs/running-on-device.md
+++ b/docs/running-on-device.md
@@ -400,7 +400,7 @@ If you run into any issues, please take a look at Apple's [Launching Your App on
You can also iterate quickly on a device using the development server. You only have to be on the same Wi-Fi network as your computer. Shake your device to open the [Dev Menu](debugging.md#opening-the-dev-menu), then enable Fast Refresh. Your app will reload whenever your JavaScript code has changed.
-
+
### Troubleshooting
diff --git a/website/static/docs/assets/debugging-dev-menu-083.jpg b/website/static/docs/assets/debugging-dev-menu-083.jpg
new file mode 100644
index 00000000000..1f7324a5215
Binary files /dev/null and b/website/static/docs/assets/debugging-dev-menu-083.jpg differ
diff --git a/website/static/docs/assets/debugging-rndt-welcome-083.jpg b/website/static/docs/assets/debugging-rndt-welcome-083.jpg
new file mode 100644
index 00000000000..97258322e75
Binary files /dev/null and b/website/static/docs/assets/debugging-rndt-welcome-083.jpg differ