Skip to content

Commit

Permalink
Debug - print every incoming line
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Nov 26, 2020
1 parent 48706aa commit 03e6073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TConsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,7 @@ void TConsole::runTriggers(int line)
TDebug(QColor(Qt::darkGreen), QColor(Qt::black)) << "new line arrived:" >> 0;
TDebug(QColor(Qt::lightGray), QColor(Qt::black)) << mCurrentLine << "\n" >> 0;
}
qDebug() << mCurrentLine;
mpHost->incomingStreamProcessor(mCurrentLine, line);
mIsPromptLine = false;

Expand Down

0 comments on commit 03e6073

Please sign in to comment.