User forums > General (but related to Code::Blocks)

GUIDE - STL Pretty Print in Code::Blocks

<< < (2/4) > >>

ollydbg:

--- Quote from: GravityWe11 on October 26, 2012, 02:50:52 am ---Is the built-in watch script broken for that too?

--- End quote ---
I think the built-in script for wx can only handle wxString class, but the pretty-printer for wx also support many other class (wxRect, wxArrayString.....)

killerbot:
and what needs to be done for linux ? The guide doesn't mention that.

oBFusCATed:

--- Quote from: killerbot on October 26, 2012, 07:39:41 am ---and what needs to be done for linux ? The guide doesn't mention that.

--- End quote ---
GDB on linux should be able to find the pretty printers automagically.
So it should just work. The STL ones are shipped with gcc >=4.5 by default.

Probably I should remove the old scripting functionallity at all :)

Martin K.:

--- Quote from: oBFusCATed on October 26, 2012, 09:24:28 am ---Probably I should remove the old scripting functionallity at all :)

--- End quote ---

Ohh, than i should not implement it in the CDB Plugin?

Martin

oBFusCATed:

--- Quote from: Martin K. on October 26, 2012, 10:02:44 am ---Ohh, than i should not implement it in the CDB Plugin?

--- End quote ---
You can do it in a CDB specific way probably. As far as I remember the scripting is inside the GDB plugin, not in the public API.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version