MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / displayDebugData

Method displayDebugData

app/src/Console/Handler.cpp:797–800  ·  view source on GitHub ↗

* @brief Displays @a data in the console without hex formatting. */

Source from the content-addressed store, hash-verified

795 * @brief Displays @a data in the console without hex formatting.
796 */
797void Console::Handler::displayDebugData(const QString& data)
798{
799 append(data, showTimestamp());
800}
801
802/**
803 * @brief Displays raw data from the playback path (no device routing).

Callers 1

MessageHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected