i have tried to compile my projects on the upcoming wxWidgets 3.0 (aka 2.9)
Everything compiles fine (except some warnings about depecated methos

So I have tried to debug my app with gdb but I can't see the content of wxStrings.
$(Variable).c_str().m_str shows me the pointer address but not the content

Has some already find out how to see wxWidgets 3.0 strings (compiled with wxUSE_STL=1) in gdb?
thanks
denk_mal