pygdb saves command now
[pygdb.git] / StatusWindow.py
index 07abd4c616b7fa0a14fca888a56af4ad00d06c7c..99382ff1d684c9caaa80aa99992398619e3138f4 100644 (file)
@@ -89,6 +89,8 @@ class StatusWindow (gtk.Window):
                conf.addInt("statuswnd-paned1", self.paned1.get_position())
                conf.addInt("statuswnd-paned2", self.paned2.get_position())
 
+               conf.setCommand( self.debugger.clientCmd )
+
                for f in self.frames:
                        f.fillConfiguration(conf)