lncg / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

Stack display: highlight, scrolling #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It should highlight different stack frames with different background colors, so 
that you easily see which things belong to which function. 
Or draw separating lines between the frames.
Similar everything after $esp should be grayed out a little bit.

It is also confusing that the addresses in the data display run down, but in 
the stack display up.

And the scrollbars appear to be are next to useless, because the address range 
is so large that a simple dragging moves you far, far away.
You could try to use some sort of log scale scrollbar whose initial scrolling 
speed is slow, but becomes increasingly fast when the distance of the handle to 
its original position increases.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:22

GoogleCodeExporter commented 9 years ago

Original comment by evan.teran on 4 Apr 2014 at 3:44