User forums > General (but related to Code::Blocks)
[OT] unofficial MinGW GDB gdb with python released
Borr:
I have a Unicode build wxWidgets 2.8.10, gdb-7.2.50.20101213 with python, MinGW 4.4.1, OS: WinXP SP3, C::B 10.05.
--- Quote ---(gdb) show charset
The host character set is "auto; currently CP1251".
The target character set is "auto; currently CP1251".
The target wide character set is "auto; currently UTF-16".
--- End quote ---
My problem is that I can debug wxString (not English). In the debug window I can see is not readable symbols(Is Like "\320\363\367\355\356\351 \357\360\350\365\356\344" instead of "Проба"). Has anyone solved this problem?
oBFusCATed:
What is the charset of your string?
Have you tried the python pretty printers for wxWidgets?
Borr:
I updated C::B to rev 7017 and it will work.
--- Quote ---What is the charset of your string?
--- End quote ---
system cp1251; C::B UTF-8; console cp866.
--- Quote ---Have you tried the python pretty printers for wxWidgets?
--- End quote ---
Yes
ollydbg:
FYI:
xunxun1982 has release a gcc mingw 32 package
MinGW_gcc4.5.3.20110324_static_win32.7z
which include a new gdb 7.2.50 20110319 with python support.
I just found that there was a crash using gdb 7.2.50 20110319 when debugging c::b under c::b, and I build a new one
gdb-7.2.50.20110401.7z
welcome to test it. :D
ollydbg:
FYI:
xunxun1982 has release a gcc mingw 32 package
MinGW_gcc4.5.4.20110428_static_win32.7z
which include a new gdb 7.3.50 20110430 with python support.
also a portable c::b Portable_CodeBlocks_svn7128.7z
More information can be found on his site:pcxprj
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version