Author Topic: Viewing wxString in Debugger  (Read 5412 times)

Offline ermano

  • Single posting newcomer
  • *
  • Posts: 7
Viewing wxString in Debugger
« on: December 15, 2013, 10:09:50 am »
Good morning,

after installing the new CB on my Windows 8 machine the first feel is right (Thanks to the developers !)
For me the main handicap so far is that the new versions of wxWidgets (after 2.8) combined with the newer CB/mingW (after 10.05)
versions do not allow to see wxStrings in the Watch Window anymore. I spent a lot of time in the past trying to sort this out
without any success so far.
Apparently this is still the case in the new CB/wxWidgets3.0 combination.

Is there a chance that this issue could be resolved in the future ?

Thanks:  Hermann

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Viewing wxString in Debugger
« Reply #1 on: December 15, 2013, 12:24:23 pm »
It is already resolved.
Just install python enabled gdb, wx's python pretty printers for gdb and you're good to go.
Probably you'll need to disable the "enable watch scripts" option in the debugger settings in order to allow C::B to use gdb pretty printers.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline ermano

  • Single posting newcomer
  • *
  • Posts: 7
Re: Viewing wxString in Debugger
« Reply #2 on: December 15, 2013, 02:18:23 pm »
Wow, that was quick !

It seems that you guys are working all the time !
Would you see a chance to get this module integrated in a future CB version  ?
for somebody that doesn't feel at ease fiddling with debugger settings (as it is
the case for a newbie like me)  it looks like adding (unnecessary ?) complexity
to an otherwise great IDE.

Thanks:  Hermann

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3352