Editing existing commands on a breakpoint is broken (original) (raw)
Breakpoints can have a set of gdb commands executed when the breakpoint is reached.
script=["print str","cont"]
However, when editing the existing commands, the widget improperly shows them.
Likely improper parsing of [ ].
