Add LICENSE
[pygdb.git] / DbgTerminal.py
index ab365deb4245bde09116810e2ecdea9c84cbe779..9d08866820acc3083048b589c78f4b54eacc30f2 100644 (file)
@@ -100,6 +100,8 @@ class DbgTerminal (vte.Terminal):
                                        for cb in self.gotInactiveCallback:
                                                cb(status, param)
                except Exception, e:
+                       import traceback
+                       traceback.print_exc()
                        print e
 
                return True
@@ -244,10 +246,6 @@ def quitHandler(*w):
                pass
 
 
-def updateVim():
-       os.system('gvim --servername pygdb --remote-send "<ESC> :GDBLoadConfig<CR>"')
-
-
 def relToAbsPath(absfile, relfile):
        """When an absfile is given and a relfile is given by
        relative paths relative to absfile, determine the abs