Breakpoints do not get hit work with while debugging react native app #928
Closed
Description
opened on Mar 8, 2019
Actual Behavior
- The debugger seems to work and connect, but I never get a hit on any breakpoints.
Expected Behavior
- Connect debugger and breakpoint getting a hit
Software versions
- Windows 10 and Windows 7 ( I have tried one 2 machines)
- React-Native VS Code extension version:
- VSCode version: 1.31.1, 1.32.1, 1.32.3
- OS platform and version: android 8.0 (emualtor and device)
- NodeJS version: 10.14.2, 11.13.0
- React Native version: 0.58.5, 0.58.6
- react-native-cli: 2.0.1
- Expo SDK version (include if relevant): not using expo
Outputs (Include if relevant)
- Output of the Debug Console (View -> Toggle Debug Console):
OS: win32 x64
Adapter node: v10.2.0 x64
vscode-chrome-debug-core: 6.7.40
Starting debugger app worker.
Established a connection with the Proxy (Packager) to the React Native application
Debugger worker loaded runtime on port 9330
Running application "FinanceA" with appParams: {"rootTag":211}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF
index.bundle:46920
Debugger worker loaded runtime on port 12389
Running application "FinanceA" with appParams: {"rootTag":221}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF
PASTE OUTPUT HERE
- Output of the React-Native output channel (View -> Toggle Output -> Select React-Native in ListBox):
PASTE OUTPUT HERE
- Output of the Developer Tools console (Help -> Toggle Developer Tools -> Select Console tab):
PASTE OUTPUT HERE
This started to happen when I installed the version 1.31.1 more then a week ago. Installing the latest version 1.32.1 does not seem to fix this issue either.
I am not sure if this is directly related to any version as installing previous version does not seem to fix the issue.
Before that it used to work perfectly on both android emulators and android devices. Now it happens while debugging both android emulators and actual devices.
Any suggestions? Ideas?
Activity