diff --git a/src/models/sourcecodemodel.cpp b/src/models/sourcecodemodel.cpp index 15cb27c7..ce79e5ad 100644 --- a/src/models/sourcecodemodel.cpp +++ b/src/models/sourcecodemodel.cpp @@ -85,6 +85,8 @@ void SourceCodeModel::setDisassembly(const DisassemblyOutput& disassemblyOutput, continue; } + qDebug() << line.fileLine; + // maxLineNumber and minLineNumber are used to show the source code so we only update them when we are in the // current file if (line.fileLine.file == disassemblyOutput.mainSourceFileName) {