react-native-debugger
react-native-debugger copied to clipboard
Source map generated is wrong
React Native Debugger app version: 0.10.2 React Native version: 0.58.5 Platform: Android Is real device of platform: Yes Operating System: macOS
Description
The source map is generated correctly but in the developer tools sections, the logs point to different files. I've tried using the chrome debugger after clearing the cache and it works fine, but when i switch to react-native-debugger the logs are shown incorrectly.
Steps to reproduce
- Install react native debugger and run the debugger
- Start the app
- See the location of the console log statements
Try disabling your cache. If your dev tools isn't open in the RND window, go to View
-> Toggle Developer Tools
. Then inside dev tools go to Network
and check the box Disable cache
. You may need to refresh your app after this but hopefully it works.
@mikeyamato It changed but now I'm getting something totally different in logs.