View Single Post
  #1 (permalink)  
Old 11-06-2007, 09:46 PM
ravian ravian is offline
Senior Member
 
Join Date: Nov 2007
Posts: 115
ravian is on a distinguished road
System.out.println shortcut
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.

Code:
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.
Reply With Quote
Sponsored Links