System.out.println

Hi guys,

I am trying to debug a function which is going terribly wrong and am in the habbit of using good old System.out.println.

Could you tell me what the equivalent of this is in Servoy 4.1.3 so I can follow up the logic in the console?

Many thanks,
John

application.output(msg);

Many thanks for your swift response Patrick!

There is also a tutorial about debugging, I think that will be helpful as well.

You’ll find it here here, look for “HOW TO: Use the Debugger”

And there is a free log plugin available here that allows you to use proper logging techniques (system.out is not one of them).