You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
CLI: 3.1.3
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
The text was updated successfully, but these errors were encountered:
pkoleva
changed the title
If multiple devices from the same platforms are connected tns debug <platform> --start should ask you which of them to use
If multiple devices from the same platform are connected tns debug <platform> --start should ask you which of them to use
Jul 31, 2017
Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo?
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.
tns debug <platform>
and thentns 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 debuggerThe text was updated successfully, but these errors were encountered: