debug app on device
-
tothenew last edited by
Hi all,
I am developing an app for Opera TV. I want to debug the app directly on Opera TV. However I am unable to find any solution for the same. Please let me know for the same if exist. Thanks in advance.
Thanks and regards,
Suchit Kapoor -
sirajul147 last edited by
Currently it is not possible as far as I know. You could use the emulator and test on it to some extend. If you want to test on real device,
- Use some remote debugger like jsconsole.com, that can get you the console.log from your TV application. It also facilitate running code onto your application
- Use NewRelic or similar to analyze you application performance and execution time.
- Just keep guessing what would be happening behind, ie, blackbox testing