diff -r dd54d33d21d2 -r 51aa6c6b66f7 eric6/Debugger/VariablesViewer.py --- a/eric6/Debugger/VariablesViewer.py Mon Oct 05 19:51:55 2020 +0200 +++ b/eric6/Debugger/VariablesViewer.py Tue Oct 06 17:52:44 2020 +0200 @@ -1195,7 +1195,7 @@ # now show the dialog from .VariableDetailDialog import VariableDetailDialog dlg = VariableDetailDialog(name, vtype, val) - dlg.exec_() + dlg.exec() def __configure(self): """