开发者

Is it possible to inspect standard components?

开发者 https://www.devze.com 2023-03-26 07:20 出处:网络
I am trying to get familiar with the QtCreator IDE. However, I\'ve come to notice that while debugging, I can\'t take a closer look at the standard components. Looking at the included picture, I can\'

I am trying to get familiar with the QtCreator IDE. However, I've come to notice that while debugging, I can't take a closer look at the standard components. Looking at the included picture, I can't go deeper into, say the QString name property of temp in the locals and watches view on the right side of the scre开发者_Go百科en. Let's say I want to know it's length while debugging. I can't see that now, as I don't get more information about the name property.

My question is rather simple. How can I inspect these standard components (as the name property is a QString) deeper, showing me detailed info about the QString itself and not only it's contents.

Is it possible to inspect standard components?


Apparently, this is solved by de-selecting the Debug Helper from the Debug options menu (Tools -> Options -> Debug -> Debug helper tab).

Is it possible to inspect standard components?

0

精彩评论

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