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
Run tns debug ios in the app root. This should deploy the app and attach the WebInspector.
Close the WebInspector and close/kill the CLI process (Ctrl+C/Ctrl+\). The app should still be opened in the emulator.
Run tns debug ios --start.
The expected result is the WebInspector to be started and attached to the already running app without restarting it. The actual behavior is stopping the app without even starting it again.
Note: if the app is previously started with clicking on the app icon, tns debug ios --start works as expected.
The text was updated successfully, but these errors were encountered:
CLI version: 2.5
iOS Runtime version: 2.5
Steps to reproduce:
tns debug ios
in the app root. This should deploy the app and attach the WebInspector.Ctrl+C
/Ctrl+\
). The app should still be opened in the emulator.tns debug ios --start
.The expected result is the WebInspector to be started and attached to the already running app without restarting it. The actual behavior is stopping the app without even starting it again.
The text was updated successfully, but these errors were encountered: