Page 1 of 1

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

Posted: Tue Jun 25, 2019 9:35 pm
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