keyanmca / openx-iab-vast

openx-iab-vast
0 stars 0 forks source link

remote debug facility #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be helpful to be able to see debug / error logs of the player
easily - to find out what is going wrong. 

option 1) introduce a debug feature similar to that window that displays
the events on flowplayer.org site
(http://flowplayer.org/plugins/advertising/openx.html)

option 2) log to a url and provide a webpage which lists the errors occurring 

Original issue reported on code.google.com by pbir...@gmail.com on 5 Aug 2009 at 3:59

GoogleCodeExporter commented 9 years ago
option 3) simply calling console.log will log to firebug

Original comment by pbir...@gmail.com on 5 Aug 2009 at 4:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I've added this feature to the new framework release (0.2.1) but there is a 
firebug issue that stops the console 
output if the firebug version is > 1.2

See http://code.google.com/p/fbug/issues/detail?id=1494 for details

To turn on the new feature, there is a config flag "debugger" that you can set 
to "demonster, firebug" etc. 

Original comment by paul.sch...@gmail.com on 6 Aug 2009 at 5:46