mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-32276 Do not show containers string representation with "On demand" option
This commit is contained in:
@@ -325,7 +325,7 @@ public class PyDebugValue extends XNamedValue {
|
||||
XValue value = childrenList.getValue(i);
|
||||
if (value instanceof PyDebugValue) {
|
||||
PyDebugValue debugValue = (PyDebugValue)value;
|
||||
if (debugValue.getLoadValuePolicy() == ValuesPolicy.ASYNC || debugValue.isNumericContainer()) {
|
||||
if (debugValue.getLoadValuePolicy() == ValuesPolicy.ASYNC) {
|
||||
variables.add(new PyFrameAccessor.PyAsyncValue<>(debugValue, debugValue.createDebugValueCallback()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user