microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
resources/walkthougths/debug-tutor.md
16lines · modeblame
19590a3fJiglioNero4 years ago | 1 | # Run and Debug your React Native application |
| 2 | ## Create and run debugging scenario | |
| 3 | This extension supports generating debugging configuration in the `.vscode/launch.json` file by selecting debugging parameters in dropdown lists at the top of the editor. | |
| 4 | | |
| 5 |  | |
| 6 | | |
| 7 | To start debugging, just choose the appropriate configuration in the Configuration dropdown, and then press F5 (or click _Green Arrow_  button) to start debugging your app in VS Code. | |
| 8 | | |
| 9 | The extension also allows to start debugging without creating the `launch.json` file in one of the following ways: | |
| 10 | - Using dynamic debugging configurations | |
| 11 | | |
| 12 |  | |
| 13 | - Using Debug button in the Editor Title area menu | |
| 14 | | |
| 15 |  | |
| 16 | |