mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Turn off "Show return values" by default (PY-20459)
This commit is contained in:
@@ -38,7 +38,7 @@ public class PyDebuggerSettings extends XDebuggerSettings<PyDebuggerSettings> im
|
||||
private boolean mySteppingFiltersEnabled;
|
||||
private @NotNull List<PySteppingFilter> mySteppingFilters;
|
||||
public static final String FILTERS_DIVIDER = ";";
|
||||
private boolean myWatchReturnValues = true;
|
||||
private boolean myWatchReturnValues = false;
|
||||
private boolean mySimplifiedView = true;
|
||||
|
||||
public PyDebuggerSettings() {
|
||||
|
||||
Reference in New Issue
Block a user