I can see the two variables but cant poke to see what is inside. I mean the wxString inside array and the stuffs carried in std::vector.
How do I do that? Any tutorial, if I'm missing?
Thanks

CodeLite 15.x
CodeLite is awesome, I just Love it!
Code: Select all
Type: wxArrayString
Expression: *($(Variable).m_pItems)@$(Variable).m_nCount
Debugger Command: print
Code: Select all
Type: vector
Expression: *($(Variable)._M_impl._M_start)@$(Variable).size()
Debugger Command: print
CodeLite 15.x
CodeLite is awesome, I just Love it!
CodeLite 15.x
CodeLite is awesome, I just Love it!
CodeLite 15.x
CodeLite is awesome, I just Love it!
CodeLite 15.x
CodeLite is awesome, I just Love it!
Have u tried to double click on the entry in the 'Watches' table?evstevemd wrote:I wonder why I cannot even see simple wxArrayString using procedure above.
CodeLite 15.x
CodeLite is awesome, I just Love it!