//alert('DEBUG: SomeFunction: condition is TRUE');
Then, depending on what browser I'm debugging in, the post-processor changes that to either console.log, document.title=, or alert(
:)