Page 1 of 1

Unable to debug string with codelite

Posted: Tue May 23, 2023 8:42 pm
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


Re: Unable to debug string with codelite

Posted: Tue May 23, 2023 9:52 pm
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.