Output:
Stack:
Run
Run & Ignore Breakpoints
Continue
Step
Get Shareable URL
var x = callCC(function(cont) { for(var i=0; i<10; i++) { if(i == 3) { cont("done"); } console.log(i); } }); console.log(x);
Click on any line to set a breakpoint.
Hi