Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Debugger (gdb) crash: Reproducable?
MortenMacFly:
It's me again:
Of course (as I expected) this issue is the same with wxString. You can easily try if you just replace std::string with wxString in my code mentioned previously.
Unfortunately changing the debugger script in the way as you did for std::string does not work. The debugger complains "Cannot evaluate function -- may be inlined".
Any other ideas? :(
With regards, Morten.
ghorwin:
Quick note on this. For all template classes (STL or others) the templated functions are only available when they are actually used. Therefore functions like size() and begin() can cause problems in debugger scripts, unless they are explicitely used beforehand in the source code.
Andreas
PS: see recent debugger related posts in the forum.
Navigation
[0] Message Index
[*] Previous page
Go to full version