setBreakpoint-on-line-with-multiple-offsets.js (74B)
1 "use strict"; 2 3 function f() { 4 for (var i = 0; i < 1; ++i) { 5 ; 6 } 7 }