diff --git a/src/platform/vcs.js b/src/platform/vcs.js index b1147431..116bd58a 100644 --- a/src/platform/vcs.js +++ b/src/platform/vcs.js @@ -326,6 +326,7 @@ function showLoopTimingForPC(pc, sourcefile, ed) { jsrresult = {}; // recurse through all traces _traceInstructions(pc | platform.getOriginPC(), MAX_CLOCKS, MAX_CLOCKS); + ed.editor.clearGutter("gutter-bytes"); // show the lines for (var line in sourcefile.line2offset) { var pc = sourcefile.line2offset[line];