Samsung / Wits

Wits for Your Tizen web application development.It will saved your development times and bring pleasure of developing out. Using Wits, You can instantly RELOAD your app's JavaScript/CSS code instead of reinstalling your app every time you make a change.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting "closed" when calling sdb -s 10.8.82.242:26101 shell 0 debug UQFmc9jZyO.Wits

jfrux opened this issue · comments

commented

Getting a little further...
Works fine on the was_execute-style command...

Any tips on how to get my app to run debug mode?

Hi
In 2016 device sdb command needs one more parameter. which is timeout value.
So you would can try like this "sdb -s deviceName 0 debug appID 0"
If doesn't enable 0 (timeout value), try other number.

Thank you.

commented

I'll do some testing and if I can get it all working, I'll write it in a universal way so that it supports both and submit a PR.