eric6/Debugger/ExceptionLogger.py

changeset 7251
bc5b1b00560a
parent 7229
53054eb5b15a
child 7360
9190402e4505
equal deleted inserted replaced
7250:d8bdc55aee1a 7251:bc5b1b00560a
137 137
138 def __configure(self): 138 def __configure(self):
139 """ 139 """
140 Private method to open the configuration dialog. 140 Private method to open the configuration dialog.
141 """ 141 """
142 e5App().getObject("UserInterface")\ 142 e5App().getObject("UserInterface").showPreferences(
143 .showPreferences("debuggerGeneralPage") 143 "debuggerGeneralPage")

eric ide

mercurial