X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=pygdb.py;h=020001b80915c58bed7f08f5e8da150446a3a442;hp=422f83a812b10d15476f98d017b5f64fc1ee08ea;hb=956e4f7845dc0bbf3f5c8e676d7227e32a75ba3a;hpb=ed2fac6a9e1b6f98e4847e1dda8c2a717d7a0b29 diff --git a/pygdb.py b/pygdb.py index 422f83a..020001b 100755 --- 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")