Languages

Menu
Sites
Language
Using the remote debugger


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.

Responses

1 Replies
Armaan-Ul- Islam

Hello,

I debug TV applications on tizen studio, but didn't faced any complicacy.

 

# Please Make sure you have installed all neccesary relevant packages from Tizen Package Manager. Such as TV- Extensions -> Web app.development,  Samsung Certificate Extension, TV Extensions Tools and others.

 

# Create Author and Distributor Certificate with your Samsung Account. Upload the certificate on your device. ( By right clicking on the device icon on connection explorer-> Permit to Install Applications ).

 

# Check your device's date & time do sync withyour PC. Enable Debbuging on your device.

 

# Clean your PC cache, From My experience: believe me,It helps.

 

# Clean the Project, Build & Debug.

 

(In background both CLI & GUI IDE uses same sdb, so it must work here also)

 

But if you still face issue, Then my friend you should go for a Clean Re-Installaion.