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!
View long strings (wxString) in debugger
-
- 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
CodeLite 15.x
CodeLite is awesome, I just Love it!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: View long strings (wxString) in debugger
Have you tried changing the value in:
"Settings | Debugger Settings | Number of elements to display for arrays / strings" to 0 ?
Eran
"Settings | Debugger Settings | Number of elements to display for arrays / strings" to 0 ?
Eran
Make sure you have read the HOW TO POST thread