Debugger: Log evaluation status from Java contexts
IntelliJ doesn't call KotlinDebuggerEvaluator from Java contexts; instead, it calls JavaDebuggerEvaluator. Unfortunately, there seems to be no way to figure out the exact evaluation type for Java contexts. However, we can at least log the evaluation status itself.
This commit is contained in:
+1
@@ -72,6 +72,7 @@ class KotlinDebuggerEvaluator(
|
||||
WATCH(WatchNodeImpl::class.java),
|
||||
WINDOW(EvaluatingExpressionRootNode::class.java),
|
||||
POPUP(XValueHint::class.java),
|
||||
FROM_JAVA(null),
|
||||
UNKNOWN(null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user