I cant find "Debug with chrome" options in React Native Debug Menu. I run my application thru IOS.
In my Podfile I disable hermes
:hermes_enabled => flags[:hermes_enabled],
I want to use Debug with chrome in order to connect my app to React Native Debugger

You have to set herms_enabled=false like this in podfile
This will help you to debug with chrome.