Hi,
I am coding in Eclipse for a year or so. I frequently use System.our.println statement to know what value I have in a variable during program execution.
System.out.println("Value of var is: " + var);
Is there any shortcut (apart from copy paste) which can same some time?
Any help is appreciated.