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
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
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.