View long strings (wxString) in debugger

General questions regarding the usage of CodeLite
evstevemd
CodeLite Guru
Posts: 352
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

View long strings (wxString) in debugger

Post by evstevemd »

Hi,
I'm debugging a program that deals with long strings and when I view n debugger it just shows part of string and then dots, something like:
xxxxxyyyyy..... instead of xxxxxxxyyyyyzzzzoooopppp
How do I view the whole string from the variable
Thanks!

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: View long strings (wxString) in debugger

Post by eranif »

Have you tried changing the value in:

"Settings | Debugger Settings | Number of elements to display for arrays / strings" to 0 ?

Eran
Make sure you have read the HOW TO POST thread
Post Reply