Summary: | support user-supplied file telling kdevelop how to print custom types | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Rob L <robert.leathley> |
Component: | CPP Debugger | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | niko.sams |
Priority: | NOR | ||
Version: | 3.4.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rob L
2007-05-16 12:06:03 UTC
Please update to GDB 6.6 and KDevelop 3.4.1. RPMs for both software versions can be found here: http://www.kdevelop.org/index.html?filename=3.4/download.html same problem with GDB 6.6 and KDevelop 3.4.1 This won't be fixed in KDevelop3 unless you provide a patch to do so (there are some special cases for QString somewhere in the debugger, the std::string case would have to look similar). For KDevelop4 we're planning to allow users to extend these special cases to add ways to print any type they want to. Does that mean it has never worked for std::string? I was thinking maybe the internals of std::string had changed and kdevelop didn't know about them (or maybe I'm using an older std::string than you expect)? The user cases in KDevelop4 sounds very useful:) Right, std::string was never displayed properly. This is a wishlist item rather than a bug, about allowing to specify how to print certain types by a user-supplied file. This is supported using gdb's python pretty printing scripts. |