devtools does not show. it's blank

Author: pouriabagheriCreated Sep 6, 2023Updated Mar 28, 2025

React Native Debugger app version: 0.14.0 React Native version: 0.72 Platform: iOS, Android Is real device of platform: Both Operating System: macOS

the dev-tool is blank and not showing anything the console throws this error on first run

bundle.js:2 TypeError: Cannot read properties of undefined (reading 'action')
    at r.value (bundle.js:6:262610)
    at r.value (bundle.js:6:262058)
    at xu (bundle.js:2:939665)
    at wu (bundle.js:2:939440)
    at bu (bundle.js:2:938978)
    at bundle.js:2:950762
    at Sl (bundle.js:2:951273)
    at ll (bundle.js:2:945029)
    at $o (bundle.js:2:885729)
    at bundle.js:2:951268
    at Sl (bundle.js:2:951273)
    at il (bundle.js:2:943770)
    at S (bundle.js:2:991848)
    at Immediate.D (bundle.js:2:992380)
    at process.processImmediate (node:internal/timers:476:21)

bundle.js:2 TypeError: Cannot read properties of undefined (reading 'action')
    at r.value (bundle.js:6:262610)
    at r.value (bundle.js:6:262058)
    at xu (bundle.js:2:939665)
    at wu (bundle.js:2:939440)
    at bu (bundle.js:2:938978)
    at bundle.js:2:950762
    at Sl (bundle.js:2:951273)
    at ll (bundle.js:2:945029)
    at $o (bundle.js:2:885729)
    at bundle.js:2:951268
    at Sl (bundle.js:2:951273)
    at il (bundle.js:2:943770)
    at S (bundle.js:2:991848)
    at Immediate.D (bundle.js:2:992380)
    at process.processImmediate (node:internal/timers:476:21)
Screenshot 2023-09-06 at 9 39 53 AM

I have tried: reinstalling the debugger removing all other debugging tools from chrome clearing app and yarn cache toggle DevTools react toggle DevTools redux

Does anyone know what are the files affected by the debugger so i can delete them manually and do a clean install ?

Source: jhen0409/react-native-debugger