Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: q0987 on May 02, 2013, 04:13:07 pm

Title: How to display vector/set/string in Watch window while in debug mode
Post by: q0987 on May 02, 2013, 04:13:07 pm
Hello all,

I found that CB cannot display any STL object in watch window.
I have installed the latest version of CB and I assume that it is the limitation of this application.

Any workaround except printf?

Thank yoiu
Title: Re: How to display vector/set/string in Watch window while in debug mode
Post by: oBFusCATed on May 06, 2013, 03:21:53 pm
Any workaround except printf?
Search the forum for gdb pretty printers it has been explained many times how to set it up.