Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将调试信息输出到 Visual Studio 2010 的调试器窗口(而不是 gui 界面)?
您可以使用qCritical或qDebug。在 windows 下,它们都会向调试器发送信息。
qCritical
qDebug