tromey / gdb-gui

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

can't clear breakpoint from source window #28

Closed tromey closed 9 years ago

tromey commented 9 years ago

It should be possible to set a breakpoint by clicking on an executable line in the source window

tromey commented 9 years ago

This does work but there's no way to clear a breakpoint

tromey commented 9 years ago

Done.