tromey / gdb-gui

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

add local variable display #13

Open tromey opened 9 years ago

tromey commented 9 years ago

Add a local variable display. It should display function arguments as well. And, it should use pretty-printers.

tromey commented 9 years ago

It would be cool to special-case "this" to automatically add an "object scope" to the display

tromey commented 8 years ago

Closed the wrong one.