Debugger: Disable value rendering in watches by default (KT-19084)
This commit is contained in:
Vendored
+2
-1
@@ -13,4 +13,5 @@ fun main(args: Array<String>) {
|
||||
val b = a.prop
|
||||
}
|
||||
|
||||
// PRINT_FRAME
|
||||
// PRINT_FRAME
|
||||
// RENDER_DELEGATED_PROPERTIES
|
||||
Vendored
+2
@@ -23,5 +23,7 @@ class MyDelegateThrowsException {
|
||||
}
|
||||
|
||||
// PRINT_FRAME
|
||||
// RENDER_DELEGATED_PROPERTIES
|
||||
|
||||
// SKIP: suppressedExceptions
|
||||
// SKIP: stackTrace
|
||||
|
||||
+2
@@ -24,5 +24,7 @@ class MyDelegateThrowsException {
|
||||
|
||||
// SHOW_KOTLIN_VARIABLES
|
||||
// PRINT_FRAME
|
||||
// RENDER_DELEGATED_PROPERTIES
|
||||
|
||||
// SKIP: suppressedExceptions
|
||||
// SKIP: stackTrace
|
||||
|
||||
+1
@@ -19,3 +19,4 @@ class MyDelegate {
|
||||
}
|
||||
|
||||
// PRINT_FRAME
|
||||
// RENDER_DELEGATED_PROPERTIES
|
||||
+2
-2
@@ -17,5 +17,5 @@ class MyDelegate {
|
||||
operator fun getValue(t: Any?, p: KProperty<*>): Int = 1
|
||||
}
|
||||
|
||||
// RENDER_DELEGATED_PROPERTIES: false
|
||||
// PRINT_FRAME
|
||||
// RENDER_DELEGATED_PROPERTIES
|
||||
// PRINT_FRAME
|
||||
+2
-1
@@ -6,8 +6,9 @@ Compile bytecode for args.size
|
||||
frame = main:9, DelegatedPropertyInClassWoRendererKt {delegatedPropertyInClassWoRenderer}
|
||||
local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = delegatedPropertyInClassWoRenderer.kt, 6)
|
||||
local = a: delegatedPropertyInClassWoRenderer.A = {delegatedPropertyInClassWoRenderer.A@uniqueID} (sp = delegatedPropertyInClassWoRenderer.kt, 7)
|
||||
field = prop: int = {delegatedPropertyInClassWoRenderer.MyDelegate@uniqueID} (sp = delegatedPropertyInClassWoRenderer.kt, 13)
|
||||
field = prop$delegate: delegatedPropertyInClassWoRenderer.MyDelegate = {delegatedPropertyInClassWoRenderer.MyDelegate@uniqueID} (sp = delegatedPropertyInClassWoRenderer.kt, 13)
|
||||
- Class has no fields
|
||||
field = prop: int = 1 (sp = delegatedPropertyInClassWoRenderer.kt, 13)
|
||||
Disconnected from the target VM
|
||||
|
||||
Process finished with exit code 0
|
||||
|
||||
+1
@@ -21,6 +21,7 @@ fun main() {
|
||||
|
||||
// PRINT_FRAME
|
||||
// SHOW_KOTLIN_VARIABLES
|
||||
// RENDER_DELEGATED_PROPERTIES
|
||||
|
||||
// EXPRESSION: this
|
||||
// RESULT: "abc": Ljava/lang/String;
|
||||
|
||||
+1
@@ -11,6 +11,7 @@ suspend fun foo() {}
|
||||
|
||||
// PRINT_FRAME
|
||||
// SHOW_KOTLIN_VARIABLES
|
||||
// RENDER_DELEGATED_PROPERTIES
|
||||
|
||||
// EXPRESSION: a
|
||||
// RESULT: 5: I
|
||||
Reference in New Issue
Block a user