Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lievenhey committed Jul 28, 2023
1 parent 1bdcc71 commit 4e1b1ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/sourcecodemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4e1b1ad

Please sign in to comment.