Hi,
I have two apps which I want to debug simultaneously.
For example: I create two native projects using sample apps provided in Tizen mobile SDK.
Project 1: Calculator
Project 2: File manager
I right click on calculator project, and select "Debug As" --> "Tizen Native Application" : This launches the app on emulator and stops at main as expected.
Then, I right click on File manger project, and select "Debug As" --> "Tizen Native Application". The launcher hangs after building file manger. The app never gets deployed to emulator.
Why does this not work?
I have checked and verified that the gdbserver port numbers are different.
Thanks in advance!