Debug info to console
Posted: Mon Aug 07, 2023 3:50 am
Hello,
I'm developing applet in JCIDE. Sometimes I need to make output to debug window. How to achieve this? In Java we have:
I see some debug information that I suppose come from libraries:

I'm developing applet in JCIDE. Sometimes I need to make output to debug window. How to achieve this? In Java we have:
Code: Select all
System.out.println("Hello, world.");
