Where I can find output produced by "print" function? (JavaScript)

2009-07-08 Thread Alexey Androsov
Hello! I create a simple plasmoid with this tutorial: http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/GettingStarted In CheatSheet i founded that "print" function prints debug output. I add the following line to main.js print('foo'); But there is no output in console and plasmo

Re: Where I can find output produced by "print" function? (JavaScript)

2009-07-08 Thread Aaron J. Seigo
On Wednesday 08 July 2009, Alexey Androsov wrote: > Where I can find my debug? on konsole .. but probably only if you have build that doesn't have debug turned off. yes.. it just uses kDebug(). maybe i should turn that into a cout. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B

Re: Where I can find output produced by "print" function? (JavaScript)

2009-07-09 Thread Alexey Androsov
Aaron J. Seigo пишет: > On Wednesday 08 July 2009, Alexey Androsov wrote: > >> Where I can find my debug? >> > > on konsole .. but probably only if you have build that doesn't have debug > turned off. yes.. it just uses kDebug(). maybe i should turn that into a cout. I think that my kde 4.

Re: Where I can find output produced by "print" function? (JavaScript)

2009-07-18 Thread Aleix Pol
I suppose that you will see the infrmation if you run it using the plasmoidviewer. On Thu, Jul 9, 2009 at 9:06 AM, Alexey Androsov wrote: > Aaron J. Seigo пишет: > > On Wednesday 08 July 2009, Alexey Androsov wrote: > > > >> Where I can find my debug? > >> > > > > on konsole .. but probably only