1194 |
1194 |
1195 def __configure(self): |
1195 def __configure(self): |
1196 """ |
1196 """ |
1197 Private method to open the configuration dialog. |
1197 Private method to open the configuration dialog. |
1198 """ |
1198 """ |
1199 e5App().getObject("UserInterface")\ |
1199 e5App().getObject("UserInterface").showPreferences( |
1200 .showPreferences("debuggerGeneralPage") |
1200 "debuggerGeneralPage") |
1201 |
1201 |
1202 def __configureFilter(self): |
1202 def __configureFilter(self): |
1203 """ |
1203 """ |
1204 Private method to open the variables filter dialog. |
1204 Private method to open the variables filter dialog. |
1205 """ |
1205 """ |