You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a second debugger connects to the application that already has a connected debugger - the application crashes.
The error only happens on Android debugger:
hyIkpYIb3X.mp4
Here is what happens on iOS:
7TO1YvW5rI.mp4
Metro does not show warning on Android and the app crashes.
Is it possible to make Android behavior consistent with iOS? - the app should not crash and Metro should show a warning when another debugger connects.
Version
0.66.3
Output of npx react-native info
System:
OS: Windows 10 10.0.19043
CPU: (12) x64 AMD Ryzen 5 2600X Six-Core Processor
Memory: 13.15 GB / 31.93 GB
Binaries:
Node: 14.18.1 - D:\scoop\apps\nvm\current\nodejs\nodejs\node.EXE
Yarn: 1.22.15 - D:\scoop\apps\yarn\current\Yarn\bin\yarn.CMD
npm: 6.14.15 - D:\scoop\apps\nvm\current\nodejs\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK:
API Levels: 29, 30
Build Tools: 30.0.0, 30.0.2, 30.0.3
System Images: android-29 | Google Play Intel x86 Atom
Android NDK: Not Found
Windows SDK:
AllowAllTrustedApps: Enabled
AllowDevelopmentWithoutDevLicense: Enabled
IDEs:
Android Studio: Not Found
Visual Studio: Not Found
Languages:
Java: 1.8.0_312 - D:\scoop\apps\openjdk8-redhat\current\bin\javac.EXE
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.2 => 17.0.2
react-native: 0.66.3 => 0.66.3
react-native-windows: Not Found
npmGlobalPackages:
*react-native*: Not Found
Description
When a second debugger connects to the application that already has a connected debugger - the application crashes.
The error only happens on Android debugger:
hyIkpYIb3X.mp4
Here is what happens on iOS:
7TO1YvW5rI.mp4
Metro does not show warning on Android and the app crashes.
Is it possible to make Android behavior consistent with iOS? - the app should not crash and Metro should show a warning when another debugger connects.
Version
0.66.3
Output of
npx react-native infoSteps to reproduce
npx react-native init AwesomeProjectand enable HermesSnack, code example, screenshot, or link to a repository
No response