After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 561378 - Rearrange the Callstack columns to put the function name first
Rearrange the Callstack columns to put the function name first
Status: RESOLVED FIXED
Product: nemiver
Classification: Other
Component: general
trunk
Other Linux
: Normal normal
: ---
Assigned To: Nemiver maintainers
Nemiver maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-18 15:19 UTC by Jonathon Jongsma
Modified: 2008-11-18 15:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Rearrange the Callstack columns to put the function name first (2.06 KB, patch)
2008-11-18 15:20 UTC, Jonathon Jongsma
committed Details | Review

Description Jonathon Jongsma 2008-11-18 15:19:48 UTC
Currently the first column is the 'location', but if the location is an absolute
filesystem path and the directory structure is deep, it will often push the 
function name way off to the right and even off the screen if the debugger
window is relatively narrow.  I think the most important information is the 
function name, so I propose to move the 'Location' column to the end
Comment 1 Jonathon Jongsma 2008-11-18 15:20:51 UTC
Created attachment 122947 [details] [review]
Rearrange the Callstack columns to put the function name first

Currently the first column is the 'location', but if the location is an absolute
filesystem path and the directory structure is deep, it will often push the
function name way off to the right and even off the screen if the debugger
window is relatively narrow.  I think the most important information is the
function name, so I propose to move the 'Location' column to the end

http://bugzilla.gnome.org/show_bug.cgi?id=561378
Comment 2 Dodji Seketeli 2008-11-18 15:27:41 UTC
Fair enough.

The patch obviously looks good to me. Please commit it.

Thanks.
Comment 3 Jonathon Jongsma 2008-11-18 15:30:20 UTC
ok, committed as r946 (btw, sorry about the duplicate noise up there, I was trying to use owen's new git-bz tool but things weren't working quite right ;)