Languages

Menu
Sites
Language
How to debug Tizen 2.3.2 watch face app?

Hello!

I have no problems when debugging Tizen 3.0 watch face apps. I just run "Debug As -> Tizen Native Application" and it works well - installs my watch face app, runs it and attaches debugger to it. Everything is done automatically.

But I cannot debug Tizen 2.3.2 watch face app. When I run "Debug As -> Tizen Native Application" menu then it installs my watch face app, but does not run it - it says: Certain application categories, such as "Watch Application", cannot be launched by "Debug As".

This is a problem - Tizen 2.3.2 watch face is not launched in debugger. So how can I debug Tizen 2.3.2 watch face application?

Responses

2 Replies
K Johnson

Hi Bao Babus,

You may try using dlog_print() function on the points you want to debug. Please go thorugh below link:

https://developer.tizen.org/dev-guide/2.3.1/org.tizen.guides/html/native/system/dlog_n.htm

Hope it'll help.

Bao Babus

Thank you for your suggestion!