Languages

Menu
Sites
Language
debugging in a remote emulator

 I am facing issues with emulator after upgrading to OS X Mavericks. I am unable to start emulator on my Mac. I have another machine setup with Tizen SDK & IDE. Can I push the tpk file to the emulator in remote machine and debug from my Mac? The documentation about remote debugging is confusing.

 

https://developer.tizen.org/documentation/articles/smart-development-bridge

Responses

2 Replies
Raghavendra Reddy Shiva


Yeah seems like there was typo error in the documentation.

Though not tried, here are few steps which might help.

1. Install "WinSSHD" on the machine where the emulator will be running.
2. Now open TCP port on the same machine and create virtual account (using WinSSHD GUI).

On the development machine,
1.Create a puTTY connection with the machine running emulator and make sure it connects.
2. Setup tunnelling in puTTy (Connection -> SSH -> Tunnels)
Use the source port as 26101
*Here i am not sure of the other port

Now start emulator on the machine and make sure SDB is not running on it.
On the development machine try, re-starting the SDB as below,

sdb kill-server
sdb start-server

sdb devices should show up the emulator.

If things doesn't work, would suggest to raise a JIRA (bugs.tizen.org/jira/) request to get help on this.

Raghavendra Reddy Shiva

Some more information here, using GDB client and GDB server.

https://developer.tizen.org/help/topic/org.tizen.native.appprogramming/html/app_dev_process/debugging_remote.htm