We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2e39f commit dd3a748Copy full SHA for dd3a748
src/commonMain/kotlin/spp.protocol/instrument/variable/LiveVariable.kt
@@ -33,5 +33,6 @@ data class LiveVariable(
33
val lineNumber: Int = -1,
34
val scope: LiveVariableScope? = null,
35
val liveClazz: String? = null,
36
- val liveIdentity: String? = null
+ val liveIdentity: String? = null,
37
+ val presentation: String? = null
38
)
0 commit comments