react-native-debugger icon indicating copy to clipboard operation
react-native-debugger copied to clipboard

toggle developer tools doesn't work - ubuntu 22.04 LTS

Open iArchin opened this issue 2 years ago • 7 comments

it connect to debugger without any problem but when I'm trying to open developer tools to see network, console. etc I can't open the developer tools tab. toggle developer tools doesn't do anything

React Native Debugger app version: 0.12.1 React Native version: 0.63.4 Platform: Android Is real device of platform: No Operating System: Ubuntu 22.04 LTS

iArchin avatar May 13 '22 17:05 iArchin

I have the same problem

valeri-terziyski avatar May 16 '22 11:05 valeri-terziyski

I have the same problem

any idea?

iArchin avatar May 16 '22 12:05 iArchin

Nope, tried many things (including other version), but unfortunately no luck so far.

valeri-terziyski avatar May 16 '22 12:05 valeri-terziyski

I had a similar problem after upgrade Ubuntu 22.04. As a temporary workaraound, i have to run the file from the compressed version (rn-debugger-linux-x64.zip), by executing react-native-debugger with the --no-sandbox parameter. Like this: react-native-debugger --no-sandbox

renomi avatar May 18 '22 15:05 renomi

I managed to make the installed version work by changing its shortcut with @renomi's tip :

file: /usr/share/applications/react-native-debugger.desktop

change: Exec=react-native-debugger --no-sandbox %U

joulgs avatar May 26 '22 12:05 joulgs

I have the same problem, but with the @joulgs solution is working!

mawaraujo avatar Jun 02 '22 14:06 mawaraujo

Same problem here, using "react-native-debugger --no-sandbox" works.

JoshBot-Debug avatar Sep 01 '22 13:09 JoshBot-Debug

I have same problem but with MacOs Monterey

LYevhen avatar Jan 27 '23 18:01 LYevhen

Hi! Can you fixed this problem on your Mac?

andrii-petlovanyi avatar Mar 04 '23 14:03 andrii-petlovanyi

The issue for Linux should fixed by v0.14.0 (bumped Electron version). I've confirmed with Ubuntu 22.04.

jhen0409 avatar Jul 31 '23 05:07 jhen0409

I'm on Windows 11 so the --no-sandbox flag doesn't work for me. What did work was to simply open another instance of the program on top of an already running one, and then close the first. DevTools are back

brianaderer avatar Oct 07 '23 21:10 brianaderer