This repository was archived by the owner on Feb 2, 2021. It is now read-only.
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
Remove confusing message when attaching a debugger #767
Open
Description
From @blagoev on February 12, 2016 12:25
This message is warning for something that may not happen depending on the actual command being used. For example the Attach debugger command (--start) will not deploy anything to the device. Now it is more visible when you try to attach since we are handling the issue that the app is not running. If we show an error message for that case it will be confusing since we stated early we will deploy something on the device which is actually not correct.
Action: Either remove this message or take into account the command executed.
Copied from original issue: NativeScript/nativescript-cli#1476