def isCurrposSet(self):
return self.currfile!=None
+ def delCurrpos(self):
+ self.currfile = None
+
def findInt(self, name):
for i in self.ints:
except:
pass
+
def relToAbsPath(absfile, relfile):
"""When an absfile is given and a relfile is given by
relative paths relative to absfile, determine the abs
breakpoint already hit 1 time
- - call vim loadconfig when quitting debugger, but without execline!
- vim has to be in edit mode when LoadConfig is called
- Deactivate breakpoints
- Scrollbar for terminals
#Store config
conf = Configuration.Configuration()
statusWnd.fillConfiguration(conf)
+ conf.delCurrpos()
conf.store(".pygdb.conf")