Skip to content

Commit

Permalink
Mark remote debugging as deprecated in CLI docs (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yajur-Grover committed Apr 25, 2024
1 parent 68eaf0e commit 472a82d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/run-windows-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Run this from an existing React Native for Windows app to build and deploy.
npx react-native run-windows
```
### Options

> **Note:** Remote Debugging was officially marked as [deprecated](https://github.com/react-native-community/discussions-and-proposals/discussions/734) in RN 0.73 and will be removed in a later release.
Here are the options that `react-native run-windows` takes:
| Option | Input Type | Description |
|-----------------------|------------|--------------------------------------------------|
Expand All @@ -26,7 +29,7 @@ Here are the options that `react-native run-windows` takes:
| `--emulator` | boolean | Deploys the app to an emulator |
| `--device` | boolean | Deploys the app to a connected device |
| `--target` | string | Deploys the app to the specified `GUID` for a device |
| `--remote-debugging` | boolean | Deploys the app in remote debugging mode. |
| `--remote-debugging` | boolean | **(Deprecated)** Deploys the app in remote debugging mode. |
| `--logging` | boolean | Enables logging |
| `--no-packager` | boolean | Do not launch packager while building |
| `--bundle` | boolean | Enable Bundle configuration and it would be `ReleaseBundle`/`DebugBundle` other than `Release`/`Debug` |
Expand Down

0 comments on commit 472a82d

Please sign in to comment.