{{doc.inputs_label || TRANSLATIONS[doc.locale || DEFAULTS.locale].inputs}}

{{doc.inputs_label}} {{doc_style}}

Add input +{{inputType.title}}Update defaultsLoad defaults

{{doc.outputs_label || TRANSLATIONS[doc.locale || DEFAULTS.locale].outputs}}

{{doc.outputs_label}}

{{workerError.message}}
Add output +{{outputType.title}}Switch to debug modeSwitch to normal modeCalculate
You are in debug mode. The script is not run automatically but only when you click CALCULATE button above. To pause execution at some point in your script, insert debugger; statement at that point in the script{{::getDebuggerText()}}. You can also use console.log().
Sorry, as far as I can tell, as of this writing Firefox and Safari do not support debugging web workers (and the script is executed in a web worker), so please use Chrome or IE11 if you would like to set breakpoints using debugger; statement. Firefox does support console.log() starting from version 29 (April 2014).