Debugger not showing pointers "elements" - Linux
I'm currently using Kubuntu 16.04 and CLion 2016.2, and for some reason, CLion doesn't correctly show the elements which are been pointed.
Here a screenshot:
As you can see, vector tree is incomplete, the code of it is above too.
Does anyone knows how to fix it? When I use CLion os Windows, it shows the "tree" correctly, but on Linux it's not going as I expect.
Please sign in to leave a comment.
Hi!
Are you sure about the different behavior on Windows? I couldn't reproduce that. Also I'm not sure that it would be appropriate to treat arbitrary pointers as arrays by default anyway. There's a request on our tracker to add a similar feature though, feel free to vote for it.