Problem with watching a variable

Mahmood Naderan mahmood.nt at gmail.com
Tue Aug 3 19:26:58 BST 2021


Hi
Is there any way to watch a variable with this type? I would like to know
why the debugger is not able to show parameters related to that variable,

[image: image.png]


The variables are defined like below:

const std::vector<Instr *> &instrs = nvbit_get_instrs(ctx, f);
for (auto instr : instrs) {
}

And Instr is a class with some get functions.
Any idea about that?


Regards,
Mahmood
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20210803/99ba8b0f/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 23283 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20210803/99ba8b0f/attachment-0001.png>


More information about the KDevelop mailing list