- fixing ssh problem
[pygdb.git] / pygdb.py
index 64c48df01fc383ffef040277475070f40b1c3949..be9ecb05444d1036c3fa9feaa35df6945f3e8daf 100755 (executable)
--- a/pygdb.py
+++ b/pygdb.py
@@ -19,10 +19,9 @@ def launchDebugger(clientCmd):
        #Create windows
        mainCtrlWnd = MainControlWindow.MainControlWindow(dbgterm)
        statusWnd = StatusWindow.StatusWindow(mainCtrlWnd, dbgterm)
+       dbgterm.initialize()
 
-       #Register callback function for new positions
-       mainCtrlWnd.newPosCbs += [statusWnd.updateValues]
-
+       print "run"
        gtk.main()