Unable to debug string with codelite

CodeLite installation/troubleshooting forum
golodin2
CodeLite Curious
Posts: 6
Joined: Sun May 21, 2023 10:41 am
Genuine User: Yes
IDE Question: C++
Contact:

Unable to debug string with codelite

Post by golodin2 »

Hi

When I run my app on debug mode, any value of string variable in Local Windows is {..}. How to make codelite to print value of string ?

Thanks

DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Unable to debug string with codelite

Post by DavidGH »

When I run my app on debug mode

Presumably you configured debug symbols when you built your app...

I'm not sure what you're seeing (perhaps attach a screenshot) but maybe the variables that you are trying to display come from a base-class or a dependency that doesn't have debug symbols.

Post Reply