// Check that the line number reported at an onPop stop makes sense, // even when it happens on an "artificial" instruction.
var g = newGlobal({newCompartment: true});
// This bit of code arranges for the line number of the "artificial" // instruction to be something nonsensical -- the middle of a loop // which cannot be entered.
g.eval(`function f() {
debugger; // +0 if(false) { // +1 for(var b=0; b<0; b++) { // +2
c = 2; // +3
} // +4
} // +5
} // +6
`);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.