Re: debugging third party native applications on tizen emulator

2014-06-06 Thread Hanchett, Paul
e 2014 21:59 > *To:* Prathamesh P Ghanekar > *Cc:* ivi@lists.tizen.org > *Subject:* Re: debugging third party native applications on tizen emulator > > > > I can't give you a cookbook approach that is guaranteed to work, but... > > > > I have used NetBeans to

RE: debugging third party native applications on tizen emulator

2014-06-05 Thread Prathamesh P Ghanekar
June 2014 21:59 To: Prathamesh P Ghanekar Cc: ivi@lists.tizen.org Subject: Re: debugging third party native applications on tizen emulator I can't give you a cookbook approach that is guaranteed to work, but... I have used NetBeans to (remotely) build and debug applications on Tizen. The

Re: debugging third party native applications on tizen emulator

2014-06-05 Thread Hanchett, Paul
I can't give you a cookbook approach that is guaranteed to work, but... I have used NetBeans to (remotely) build and debug applications on Tizen. The core problem I encountered was that (native) executables were not built with the debug flag on, even though the "file" command indicated that debug

debugging third party native applications on tizen emulator

2014-06-05 Thread Prathamesh P Ghanekar
Hi, I want to debug a third party application, (which is build not using TIZEN_IVI SDK) on tizen emulator.Since, app is not built using SDK, I can't use debugger functionality of SDK. Can anyone suggest me the way to debug applications developed on another Ubuntu host, on emulator? Regards, Pr