开发者

How do I set the QT debugger to give more meaningful messages?

开发者 https://www.devze.com 2022-12-27 04:35 出处:网络
I\'m currently learning the QT framework. I need to know if it\'s possible to set the debugger to give meaningful messages as opposed to what it gives me right now, which is the failed step in the bui

I'm currently learning the QT framework. I need to know if it's possible to set the debugger to give meaningful messages as opposed to what it gives me right now, which is the failed step in the build process (usually the '.o' file) I need to k开发者_开发技巧now if it's possible to set it to giving meaningful message like Visual studio


The debugger is not involved in the build process. Those errors messages come either from the compiler or the linker, or the moc compiler.

You can try qmake -d to make it extra verbose. That might help you understand the nature of the problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号