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

2009-07-08 Thread Alexey Androsov
utput in console and plasmoid. Where I can find my debug? -- Best regards, Alexey Androsov ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

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