Slava Bogdanov
Posts: 2
Joined: 2011-09-18
|
Hi!
IE have Console at Dev Tools panel (F12).
Is it possible to write text to this console from Add-in module?
Or is here any other easy way to have output log? |
|
Andrei Smolin
Add-in Express team
Posts: 17493
Joined: 2006-05-11
|
Hi Slava,
I use System.Diagnostics.Debug.WriteLine and the DebugView utility (see here). Try turning Protected Mode off and check if it produces debug messages.
Is this what you are asking about?
Regards from Belarus (GMT+2),
Andrei Smolin
Add-in Express Team Leader |
|