--- a/eric7/Debugger/BreakPointViewer.py Sat May 22 17:01:51 2021 +0200 +++ b/eric7/Debugger/BreakPointViewer.py Sat May 22 18:51:46 2021 +0200 @@ -14,7 +14,7 @@ QTreeView, QAbstractItemView, QHeaderView, QMenu, QDialog ) -from E5Gui.E5Application import e5App +from E5Gui.EricApplication import ericApp from Globals import recentNameBreakpointFiles, recentNameBreakpointConditions @@ -490,7 +490,7 @@ """ Private method to open the configuration dialog. """ - e5App().getObject("UserInterface").showPreferences( + ericApp().getObject("UserInterface").showPreferences( "debuggerGeneralPage") def __loadRecent(self):