Hi there,
I am using https://github.com/Samsung/cordova-plugin-toast to generate a .wgt file which I install successfully on the tv using the tizen-cli (tizen install command). Now, I would like to be able to use a remote debugger,but seems like it is only possible to use the one from Tizen Studio directly (no cli).
So, I create an empty TV project in Tizen Studio, unzip the wgt archive, then right click: Debug as .... The process is launched but it never ends, always blocked at 30%, I think it is trying to build AGAIN the app (minified js files, etc), while it's not needed.
Is there any way to use Tizen Studio to ONLY install the app on the TV and launch a chrome debugger ? Instead of having it trying painfully to redo everything ? Or even better, are there any way to do it using the CLI, just like I run `tizen install` ?
Thank you for your help.