User forums > Nightly builds

The 06 March 2011 build (7040) DEBUGGER BRANCH version is out.

<< < (4/7) > >>

oBFusCATed:
Please post the long from debuggers branch 7017...
Or add your variable as a watch in the normal nightly.
It seems the locals work, but there the debugger scripts are not working.

Read this: http://wiki.codeblocks.org/index.php?title=Debugger_scripts and probably try to disable the debug scripts for wxString.

Borr:
You are right. Now and in the KB, I got the same result.


--- Quote ---output /c test.m_pchData[0]@((wxStringData*)test.m_pchData - 1)->nDataLength

--- End quote ---

the result is not readable character set - {31 '\037', 64 '@', 62 '>', 49 '1', 48 '0'}>>>>>>cb_gdb:


--- Code: ---> p test.m_pchData[0]@((wxStringData*)test.m_pchData - 1)->nDataLength

--- End code ---

shows what i need - $2 = L"Проба"

oBFusCATed:
Find the gdb_types.script and remove the function call which registers the wxString handling, after that it will probably work correctly.

For best results you'll need the python pretty printers for wxWidgets...

Borr:
with rev7017 I have no problems. 7040_deb does not show local variables(http://forums.codeblocks.org/index.php?action=dlattach;topic=14334.0;attach=5344;image). shows only those variables that I added. change the script does not work as a result of just an empty string. The results of python pretty printers for wxWidgets do not fall into the Watches (7040_deb)

ollydbg:

--- Quote from: oBFusCATed on March 11, 2011, 02:47:11 pm ---Find the gdb_types.script and remove the function call which registers the wxString handling, after that it will probably work correctly.

For best results you'll need the python pretty printers for wxWidgets...

--- End quote ---
totally agree!!!

and for pretty printer for wx, see my wiki pages on that site:
http://code.google.com/p/qp-gcc/

PS: I can't access to that site because the earth quake in Japan break some lines from China :(.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version