Overwrite breakpoints when launching pygdb from vim, updating vim also after quit
[pygdb.git] / StatusWindow.py
index 6c918e5c306731c3d36212c4c749977b30a54f37..07abd4c616b7fa0a14fca888a56af4ad00d06c7c 100644 (file)
@@ -99,6 +99,7 @@ class StatusWindow (gtk.Window):
                self.fillConfiguration(conf)
                conf.store(".pygdb.conf")
 
-               os.system('gvim --servername pygdb --remote-send ":GDBLoadConfig<CR>"')
+               DbgTerminal.updateVim()
+