public abstract class InlineDebuggerHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static InlineDebuggerHelper |
DEFAULT |
| Constructor and Description |
|---|
InlineDebuggerHelper() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
shouldEvaluateChildrenByDefault(XNamedTreeNode node)
If true evaluates children for the node even if it is collapsed.
|
public static final InlineDebuggerHelper DEFAULT
public abstract boolean shouldEvaluateChildrenByDefault(XNamedTreeNode node)
node - debugger tree nodetrue to evaluate children for the inline debugger,
false otherwise