DevTools gets in the way of React Native Debugger

When opening my app in Expo Go and selecting “Open JS Debugger” on my Mac the DevTools open in a Chrome browser (another instance of the Chrome browser than I have already open).

I also have React Native Debugger running and listening to port 19001, but it doesn’t connect. I think the other DevTools gets in the way. How can I uninstall that?

Any hints are much appreciated.

cc @amanhimself

Apparently it doesn’t work with Hermes: Expo SDK48 Debugging · Issue #754 · jhen0409/react-native-debugger · GitHub