yes
Tell us about the problem
Executing tns debug <platform> --start when multiple devices from the same platform are connected should prompt you to chose which one to connect to.
Which platform(s) does your issue occur on?
iOS/Android/Both
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
- Install nativescript 3.1.3 and create a project
- Start multiple devices from the same platform
- Execute
tns debug <platform> and then tns debug <platform> --start
Expected result: The same prompt should be shown twice
Actual result: Using --start option fails because it cannot figure out where to connect the debugger