Skip to content

Instantly share code, notes, and snippets.

@JumboLove
Created June 7, 2013 13:25
Show Gist options
  • Save JumboLove/5729231 to your computer and use it in GitHub Desktop.
Save JumboLove/5729231 to your computer and use it in GitHub Desktop.
Debug Box
<iscomment>Debugging window: Delete for staging</iscomment>
<isscript>
var testing = "Debugging...";
var log = pdict.Log;
var scriptLog = pdict.ScriptLog;
</isscript>
<div id="mrdebug" style="min-height: 100px; width: 100%; background-color: #BADA55; margin: 0 auto;">
<p>testing : ${testing} </p>
<p> : ${}</p>
</div>
<iscomment>End Debug</iscomment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment