Codelite not showing std::vector array in Linux (works on Windows)

CodeLite installation/troubleshooting forum
norecess464
CodeLite Curious
Posts: 1
Joined: Tue Jun 25, 2019 9:31 pm
Genuine User: Yes
IDE Question: C++
Contact:

Codelite not showing std::vector array in Linux (works on Windows)

Post by norecess464 »

Hello,

I discovered CodeLite 2 months and I love it. It's fast, it takes almost nothing in memory, feature-set is exactly what I expect from a modern IDE. Congratulations !

That said, I have an issue that really bothers me.
On Windows, when I debug, I can watch std::vector (cf. read values on internal buffer).
On Linux (using Pop!_OS 19.04, which is basically another flavor of Ubuntu) when I debug std::vector, I can't read any printed values in watch window.

What should I do to fix my problem on Linux?

Thank you
Arnaud