Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: MoonKid on September 28, 2007, 11:21:08 AM

Title: [gdb] SIGSEGV on strings
Post by: MoonKid 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
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?