forked from qt-creator/qt-creator
debugger: adjust loading/saving of watched expressions to recent changes
This commit is contained in:
@@ -795,6 +795,7 @@ class SetupCommand(gdb.Command):
|
||||
if key.startswith("qdump__"):
|
||||
name = key[7:]
|
||||
qqDumpers[name] = value
|
||||
qqFormats[name] = qqFormats.get(name, "");
|
||||
elif key.startswith("qform__"):
|
||||
name = key[7:]
|
||||
formats = ""
|
||||
|
||||
Reference in New Issue
Block a user