It's all about the answers!

Ask a question

How to print debug statements from DNG js extensions to the browser console.


Chidambaram L (23414178) | asked Oct 01 '15, 10:25 a.m.
How to print debug statements from DNG js extensions to the browser console.
console.log does not print in the console.

One answer



permanent link
Donald Nong (14.5k414) | answered Oct 01 '15, 10:21 p.m.
console.log() and console.error() should work - at least they work for me. Make sure that your script is loaded and executed. I find it much easier to debug by setting breakpoints in the script and inspect the variables during runtime. Chrome is a better browser to use for this particular purpose.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.