Loving qDebug? But missing some things? Just want to see your debugs/logs in a QtWidget, like QListView? But got crashes with qInstallMsgHandler (4.x) / qInstallMessageHandler (5.x)? Missing file name, line numbers with qDebug 4.x?
You are welcome, here we go!

Note: we fully support Qt5 via overloading qDebug() macro,
and Qt5 + Qt4.8 via using rDebug(), rInfo(), rWarning() a.s.o.

This is mostly a simplified re-implementation, which under the hood also uses parts of qDebug(). You can use

qDebug( "printf mask %s","is worse");
or
qDebug() << "streams" << "are more safe";

Or a mix of both. You can select between all 7 BSD-Syslog levels (plus "Silent" and "All"). A two-liner can send Qt SIGNAL with the data, time stamp, location and level to your QListWidget (or whatever). Another two-liner can write to file and use different log level filtering.
For the start, some features of Qt5, like qDebug( &stream_device ) << "are not supported"; // and may never com

Features

  • logging
  • qDebug
  • logfile
  • logwindow
  • linux
  • windows
  • msys2
  • windows64
  • linux64
  • Qt5

Project Activity

See All Activity >

Follow rDebug_qDebug

rDebug_qDebug Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of rDebug_qDebug!

Additional Project Details

Registered

2019-04-24