Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/debug/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1021 B image not shown  

Quelle  Frame-onPop-23.js   Sprache: JAVA

 
// 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
`);

var dbg = Debugger(g);

let debugLine;
let foundLine;

dbg.onDebuggerStatement = function(frame) {
  debugLine = frame.script.getOffsetLocation(frame.offset).lineNumber;
  frame.onPop = function(c) {
    foundLine = this.script.getOffsetLocation(this.offset).lineNumber;
  };
};

g.eval("f();\n");

// The stop should happen on the closing brace of the function.
assertEq(foundLine == debugLine + 6, true);

Messung V0.5
C=89 H=89 G=88

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.