tromey / gdb-gui

A gdb gui written in Python, running inside gdb itself.
44 stars 3 forks source link

source window should show execution line more clearly #24

Closed tromey closed 9 years ago

tromey commented 9 years ago

The source window relies on the cursor to display the current execution line, but this can be changed just by clicking -- somewhat confusing.

The current line should be displayed more clearly, and perhaps execution lines from other frames should be displayed ghosted.