removing module init file; doing some chmod
[pygdb.git] / DbgTerminal.py
index f69d8036fc8e5c3785903acb21f081a823ce268d..afeca3de2d2cf1cccbddbbc3c0477d661782c056 100644 (file)
@@ -81,8 +81,8 @@ class DbgTerminal (vte.Terminal):
                                        print "got inactive: ", res
                                        for cb in self.gotInactiveCallback:
                                                cb(status, param)
-               except:
-                       pass
+               except Exception, e:
+                       print e
 
                return True
 
@@ -193,6 +193,9 @@ class DbgTerminal (vte.Terminal):
        def getExpression(self, expr):
                raise NotImplementedError()
 
+       def listCodeSnippet(self):
+               raise NotImplementedError()
+
        def waitForPrompt(self, his):           
                raise NotImplementedError()