Page 1 of 1

View long strings (wxString) in debugger

Posted: Fri Feb 11, 2011 5:46 pm
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!

Re: View long strings (wxString) in debugger

Posted: Sat Feb 12, 2011 12:08 am
by eranif
Have you tried changing the value in:

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

Eran