Languages

Menu
Sites
Language
Visual studio Debug.WriteLine not showing in output ?

Hi,

I tried Debug.WriteLine and its not showing in Output with show output from debug while breakpoints work fine, what I did wrong ? 

Thanks

Responses

1 Replies
Juwon(Julia) Ahn

Hi,

Unfortunately, chacking app logs via Output window is not currently available.

I recommend you use Tizen Log Viewer (in VS 2017 > Tools > Tizen > Tizen Log Viewer) to check app messages.

You can filter the log messages with log level, PID, or Tag(e.g. DOTNET_LAUNCHER or Your tag name used for Tizen.Log, etc)