You must log in or register to comment.
Bad variable names and then awful “temporary” log lines… I feel attacked this morning. ;)
var num =0 ... console.log("Here " + num++) ... console.log("Here " + num++)
This is a professional debug techique, what are you talking about? But I rather use ‘Hii’ with various (but not ascending) amounts of i’s.
I’ve used a regex to add a console log to the top of every method with the method name before.
the things you do when you’re desperate.