[Bug 70795] New: Register display needs clean up

Jon Smirl jonsmirl at yahoo.com
Fri Dec 19 03:00:07 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=70795     
           Summary: Register display needs clean up
           Product: kdevelop
           Version: CVS
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: jonsmirl at yahoo.com


Version:           CVS (using KDE Devel)
Installed from:    Compiled sources

All of the windows in the debugger/viewer - like registers, memory, etc should be using the fixed font instead of proportional. I tried playing with all of the fonts settings but I couldn't figure out how to change it.

Also, the register/memory display should be using output formats with leading zeros and tabs so that things will line up. 

For example I see (in proportional fonts)
eax            0x1c3c 7228
ecx            0x0 0
edx            0x14 20
ebx            0x40397f18 1077509912

Instead of:
eax	0x00001c3c	7228
ecx	0x00000000	0
edx	0x00000014	20
ebx	0x40397f18	1077509912




More information about the KDevelop-devel mailing list