Questions tagged «qdebug»

6
如何重定向qDebug,qWarning,qCritical等输出?
我在qDebug() <<调试输出中使用了很多语句。有什么跨平台的方法可以将调试输出重定向到文件,而无需使用Shell脚本?我猜想open()和dup2()将在Linux中完成这项工作,但可以在Windows中与MinGW一起编译吗? 也许有Qt方法可以做到?
84 c++  debugging  qt  mingw  qdebug 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.