diff --git a/src/app/debugger.js b/src/app/debugger.js index 56671c122a..fe94132910 100644 --- a/src/app/debugger.js +++ b/src/app/debugger.js @@ -43,7 +43,7 @@ function Debugger (id, editor, compiler, executionContextEvent, switchToFile, of if (self.lastCompilationResult) { this.debugger.sourceLocationTracker.getSourceLocation(address, index, self.lastCompilationResult.data.contracts, function (error, rawLocation) { if (!error) { - var lineColumnPos = self.offsetToLineColumnConverter.offsetToLineColumn(rawLocation, rawLocation.file, self.editor, self.lastCompilationResult) + var lineColumnPos = self.offsetToLineColumnConverter.offsetToLineColumn(rawLocation, rawLocation.file, self.editor, self.lastCompilationResult.data) self.highlight(lineColumnPos, rawLocation) } else { self.removeCurrentMarker()