Summary: | Variables can not be displayed in hexadecimal number format in the watch window | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Matthias Gr <grueni75> |
Component: | CPP Debugger | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Matthias Gr
2004-01-28 09:09:39 UTC
probably a duplicate of BR60670 Yes. Dupe. *** This bug has been marked as a duplicate of 60670 *** As a workaround use /x varname in the watch window. This used to be documented somewhere. There are two parts to fixing this. 1/ global setting using set radix-output 16 (?hmmm - check this) just send this command at startup if the user wants this settings. Add this option to the gdb settings. Probably a couple of hours work. Anyone? 2/ individual settings Right click on variable in variable window (watch or local) and select the format. Then hook into the getExpandedItems method (I forget the actual name) and use the gdb format options to get the format you want. Needs to store the format on the item as well. A bit more work but not huge. I don't know when I can do this (I've been keeping quiet) but anyone is welcome to submit the changes. |