Author Topic: [gdb] SIGSEGV on strings  (Read 2558 times)

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
[gdb] SIGSEGV on strings
« on: September 28, 2007, 11:21:08 am »
I am using C::B nightlys under WinXPSP2 with wxWidgets2.9 (SVN) and MinGW.

If I want to watch a wxString while debugging there is everytime a SIGSEGV in
Code
wxStringOperationsWchar::DecodeChar(const wxStringImpl::const_iterator& i)
{ return *i; }

It is on each string. Restarting the hole system has no effect. How can I watch strings now?