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.

image

Likely improper parsing of [ ].