Eclipse - Standard.out.println
in
Integration and Hardware
•
10 months ago
Where can I see what is being output when running within the Eclipse IDE. The Console window in Eclipse doesn't show the messages.
It isn't as critical because of the debugger but I would still like to see these messages. I am running a MacBook 10.7 OS and did look at the Console and the logs but couldn't find any output.
Stuff like System.
out.println(t);
or
println("a textfield event for controller 'input' : " + theText);
Where the heck is it going?
1