User forums > Using Code::Blocks
[gdb] SIGSEGV on strings
(1/1)
MoonKid:
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; }
--- End code ---
It is on each string. Restarting the hole system has no effect. How can I watch strings now?
Navigation
[0] Message Index
Go to full version