GNOME Bugzilla – Bug 561378
Rearrange the Callstack columns to put the function name first
Last modified: 2008-11-18 15:30:20 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
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
Fair enough. The patch obviously looks good to me. Please commit it. Thanks.
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 ;)