Using WebStom, how do you select a device upon which to run or debug an app?

I'm using WebStorm to work on React Native code. It seems to be going ok when using Apple's simulator, but would like to use one of the various devices I have here. When I explore WebStorm configuration, I've so far been unable to find a way to select a device to debug. The question has come up a few times in the distant past so I *know* there's a way to go about it, but I haven't found it.

Not unrelated, is there a way to hide the menu items and dialog options in WebStorm that are unrelated to working with React Native?

0
1 comment

You can use Arguments field for this - see https://youtrack.jetbrains.com/issue/WEB-23927#focus=streamItem-27-2723150-0-0

 

>is there a way to hide the menu items and dialog options in WebStorm that are unrelated to working with React Native?

 

You can modify menus and toolbars in Settings | Appearance & Behavior | Menus and Toolbars; also, you can disable plugins you don't use in Settings | Plugins

0

Please sign in to leave a comment.