I'm about to take over maintaining a Tizen 2017 js application, and am new to the platform. As far as I know, the application has been developed outside of the official Tizen IDE by taking the skeleton of a basic project, and doing the rest with normal web development toolchains. As such, the application can be installed and opened using the tizen
CLI command, but it doesn't seem to be possible to install and inspect using the IDE (eg. "Run as" / "Debug as" fail) for whatever reason.
Is it possible to launch the Remote web inspector from the command line?
In the Tizen Studio Device Manager, right-click the emulator or device, and select "Permit to install application". To launch the application in debug mode, in the "Project Explorer" view, right-click on the project you want to debug and select "Debug As > Tizen Web Application".
To run the application on the emulator, do one of the following: In the Project Explorer view, right-click the project and select Run As > Tizen Web Application. In the Tizen Studio menu, go to Run > Run As > Tizen Web Application. On the Tizen Studio toolbar, click Run.
It took forever to figure this out but you can tell the TV to open a debugging port and then use sdb forward it to your local machine without the Tizen Studio IDE.
Assuming sdb is connected to the TV you can use the following
sdb shell 0 debug SomePackage.Identifier
then take the port returned there and forward it
sdb forward tcp:45087 tcp:45087
From there you can find your inspectable application at chrome://inspect/devices#devices
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With