jhen0409 / react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
MIT License
10.36k stars 809 forks source link

Debugging Native Modules #758

Open danbITC opened 1 year ago

danbITC commented 1 year ago

React Native Debugger app version: 0.13.0 React Native version: 0.71.3 Platform: iOS & Android Is real device of platform: Yes, using a real device Operating System: Windows

Is there a method for enabling debugging of native modules?

For example I could use adb logcat '*:S' ReactNative:V ReactNativeJS:V ReactNativeBleManager:V and I would get the verbose logging out of the BleManager in addition to the logging from ReactNative. This may be an undocumented feature already, but if it isn't it would be nice to have the ability to add additional arguments as needed.