adding first vim code+
[pygdb.git] / pygdb.py
index 64c48df01fc383ffef040277475070f40b1c3949..66fe63452f8f355adab3298b07b26b4c0455ea83 100755 (executable)
--- a/pygdb.py
+++ b/pygdb.py
@@ -19,9 +19,7 @@ def launchDebugger(clientCmd):
        #Create windows
        mainCtrlWnd = MainControlWindow.MainControlWindow(dbgterm)
        statusWnd = StatusWindow.StatusWindow(mainCtrlWnd, dbgterm)
-
-       #Register callback function for new positions
-       mainCtrlWnd.newPosCbs += [statusWnd.updateValues]
+       dbgterm.initialize()
 
        gtk.main()