Why Not to Debug

Techniques

Debugging is hard, but it's harder when you don't know what you're doing. Here are some techniques to avoid:

For more advanced techniques, visit:

			// This is a debug statement, but it's not really doing anything
			console.log("I'm here! (Or am I?)");