I use log() command in my code to check some results.
I've also defined the following in my widget.xml:
CODE
<?xml version="1.0" encoding="utf-8"?>
<metadata>
<debug>on</debug>
...
</metadata>
but still I don't see anything related to my widget in the Terminal.
What am I doing wrong?