pygdb does not save exec-line when quitting.
[pygdb.git] / pygdb.py
index 422f83a812b10d15476f98d017b5f64fc1ee08ea..020001b80915c58bed7f08f5e8da150446a3a442 100755 (executable)
--- a/pygdb.py
+++ b/pygdb.py
@@ -34,6 +34,7 @@ def launchDebugger(clientCmd):
        #Store config
        conf = Configuration.Configuration()
        statusWnd.fillConfiguration(conf)
+       conf.delCurrpos()
        conf.store(".pygdb.conf")