3
donuts
8y

System.out.println

for setting breakpoints when debugging. It's a bit long though, anything better?

Comments
  • 0
    When I wrote java, I always put a function named p(String) that would just System.out.println the param. I'm that much of a lazy ass.
  • 0
    @dovipas wow... Short. I make one called log sometime when I debugging.
Add Comment